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 FixedLengthFixedLength. ZERO_FIXED_LENGTHcanonical zero-length instanceMethods in org.apache.fop.fo.properties that return FixedLength Modifier and Type Method Description static FixedLengthFixedLength. getInstance(double numUnits)Return the cachedFixedLengthinstance corresponding to the computed value.static FixedLengthFixedLength. getInstance(double numUnits, java.lang.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, java.lang.String units, float sourceResolution)Return the cachedFixedLengthinstance corresponding to the computed value in base-units (millipoints).
-