Uses of Class
org.apache.fop.fo.properties.NumberProperty
-
Packages that use NumberProperty 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 NumberProperty in org.apache.fop.fo.properties
Fields in org.apache.fop.fo.properties declared as NumberProperty Modifier and Type Field Description NumberProperty
CommonHyphenation. hyphenationPushCharacterCount
The "hyphenation-push-character-count" propertyNumberProperty
CommonHyphenation. hyphenationRemainCharacterCount
The "hyphenation-remain-character-count" propertyFields in org.apache.fop.fo.properties with type parameters of type NumberProperty Modifier and Type Field Description private static PropertyCache<NumberProperty>
NumberProperty. CACHE
cache holding all canonical NumberProperty instancesMethods in org.apache.fop.fo.properties that return NumberProperty Modifier and Type Method Description static NumberProperty
NumberProperty. getInstance(double num)
Returns the canonical NumberProperty instance corresponding to the given doublestatic NumberProperty
NumberProperty. getInstance(int num)
Returns the canonical NumberProperty instance corresponding to the given intstatic NumberProperty
NumberProperty. getInstance(java.lang.Double num)
Returns the canonical NumberProperty instance corresponding to the given Numberstatic NumberProperty
NumberProperty. getInstance(java.lang.Integer num)
Returns the canonical NumberProperty instance corresponding to the given IntegerConstructors in org.apache.fop.fo.properties with parameters of type NumberProperty Constructor Description CommonHyphenation(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount)
Construct a CommonHyphenation object holding the given properties
-