fop 0.94

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
 

Subclasses of NumberProperty in org.apache.fop.fo.properties
 class EnumNumber
          A number quantity in XSL which is specified as an enum, such as "no-limit".
 

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(int num)
          Returns the canonical NumberProperty instance corresponding to the given int
static NumberProperty NumberProperty.getInstance(java.lang.Number num)
          Returns the canonical NumberProperty instance corresponding to the given Number
 


fop 0.94

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