Uses of Class
org.apache.fop.fo.properties.NumberProperty
Packages that use NumberProperty
Package
Description
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 NumberPropertyModifier and TypeFieldDescriptionfinal NumberPropertyCommonHyphenation.hyphenationPushCharacterCountThe "hyphenation-push-character-count" propertyfinal NumberPropertyCommonHyphenation.hyphenationRemainCharacterCountThe "hyphenation-remain-character-count" propertyFields in org.apache.fop.fo.properties with type parameters of type NumberPropertyModifier and TypeFieldDescriptionprivate static final PropertyCache<NumberProperty> NumberProperty.CACHEcache holding all canonical NumberProperty instancesMethods in org.apache.fop.fo.properties that return NumberPropertyModifier and TypeMethodDescriptionstatic NumberPropertyNumberProperty.getInstance(double num) Returns the canonical NumberProperty instance corresponding to the given doublestatic NumberPropertyNumberProperty.getInstance(int num) Returns the canonical NumberProperty instance corresponding to the given intstatic NumberPropertyNumberProperty.getInstance(Double num) Returns the canonical NumberProperty instance corresponding to the given Numberstatic NumberPropertyNumberProperty.getInstance(Integer num) Returns the canonical NumberProperty instance corresponding to the given IntegerConstructors in org.apache.fop.fo.properties with parameters of type NumberPropertyModifierConstructorDescriptionprivateCommonHyphenation(StringProperty language, StringProperty country, StringProperty script, EnumProperty hyphenate, OptionalCharacterProperty hyphenationCharacter, NumberProperty hyphenationPushCharacterCount, NumberProperty hyphenationRemainCharacterCount) Construct a CommonHyphenation object holding the given properties