Uses of Class
org.apache.fop.fo.properties.EnumNumber
-
Packages that use EnumNumber 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 EnumNumber in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties with type parameters of type EnumNumber Modifier and Type Field Description private static PropertyCache<EnumNumber>EnumNumber. CACHEcache holding all canonical EnumNumber instancesMethods in org.apache.fop.fo.properties that return EnumNumber Modifier and Type Method Description static EnumNumberEnumNumber. getInstance(Property enumProperty)Returns the canonical EnumNumber instance corresponding to the given Property
-