Uses of Class
org.apache.fop.fo.properties.FixedLength
-
Packages that use FixedLength Package Description org.apache.fop.fo.properties 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 FixedLength Modifier and Type Field Description static FixedLength
FixedLength. ZERO_FIXED_LENGTH
canonical zero-length instanceMethods in org.apache.fop.fo.properties that return FixedLength Modifier and Type Method Description static FixedLength
FixedLength. getInstance(double numUnits)
Return the cachedFixedLength
instance corresponding to the computed value.static FixedLength
FixedLength. getInstance(double numUnits, java.lang.String units)
Return the cachedFixedLength
instance corresponding to the computed value This method assumes a source-resolution of 1 (1px = 1pt)static FixedLength
FixedLength. getInstance(double numUnits, java.lang.String units, float sourceResolution)
Return the cachedFixedLength
instance corresponding to the computed value in base-units (millipoints).
-