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 FixedLength
FixedLength.ZERO_FIXED_LENGTH
canonical zero-length instanceFields in org.apache.fop.fo.properties with type parameters of type FixedLengthModifier and TypeFieldDescriptionprivate static final PropertyCache<FixedLength>
FixedLength.CACHE
cache holding all canonical FixedLength instancesMethods in org.apache.fop.fo.properties that return FixedLengthModifier and TypeMethodDescriptionstatic FixedLength
FixedLength.getInstance
(double numUnits) Return the cachedFixedLength
instance corresponding to the computed value.static FixedLength
FixedLength.getInstance
(double numUnits, 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, String units, float sourceResolution) Return the cachedFixedLength
instance corresponding to the computed value in base-units (millipoints).