fop 1.0

Uses of Class
org.apache.fop.fo.properties.NumberProperty

Packages that use NumberProperty
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
 NumberProperty CommonHyphenation.hyphenationPushCharacterCount
          The "hyphenation-push-character-count" property
 NumberProperty CommonHyphenation.hyphenationRemainCharacterCount
          The "hyphenation-remain-character-count" property
 

Methods in org.apache.fop.fo.properties that return NumberProperty
static NumberProperty NumberProperty.getInstance(double num)
          Returns the canonical NumberProperty instance corresponding to the given double
static NumberProperty NumberProperty.getInstance(java.lang.Double num)
          Returns the canonical NumberProperty instance corresponding to the given Number
static NumberProperty NumberProperty.getInstance(int num)
          Returns the canonical NumberProperty instance corresponding to the given int
static NumberProperty NumberProperty.getInstance(java.lang.Integer num)
          Returns the canonical NumberProperty instance corresponding to the given Integer
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.