Uses of Class
org.apache.fop.fo.properties.FixedLength
Packages that use FixedLength
Package
Description
Classes representing the various property types as well as supporting data structures for the FO tree.
-
Uses of FixedLength in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as FixedLengthModifier and TypeFieldDescriptionstatic final FixedLengthFixedLength.ZERO_FIXED_LENGTHcanonical zero-length instanceMethods in org.apache.fop.fo.properties that return FixedLengthModifier and TypeMethodDescriptionstatic FixedLengthFixedLength.getInstance(double numUnits) Return the cachedFixedLengthinstance corresponding to the computed value.static FixedLengthFixedLength.getInstance(double numUnits, String units) Return the cachedFixedLengthinstance corresponding to the computed value This method assumes a source-resolution of 1 (1px = 1pt)static FixedLengthFixedLength.getInstance(double numUnits, String units, float sourceResolution) Return the cachedFixedLengthinstance corresponding to the computed value in base-units (millipoints).