fop 1.0

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

Packages that use FixedLength
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
 

Uses of FixedLength in org.apache.fop.fo.properties
 

Fields in org.apache.fop.fo.properties declared as FixedLength
static FixedLength FixedLength.ZERO_FIXED_LENGTH
          canonical zero-length instance
 

Methods in org.apache.fop.fo.properties that return FixedLength
static FixedLength FixedLength.getInstance(double numUnits)
          Return the cached FixedLength instance corresponding to the computed value.
static FixedLength FixedLength.getInstance(double numUnits, java.lang.String units)
          Return the cached FixedLength instance corresponding to the computed value This method assumes a source-resolution of 1 (1px = 1pt)
static FixedLength FixedLength.getInstance(double numUnits, java.lang.String units, float sourceResolution)
          Return the cached FixedLength instance corresponding to the computed value in base-units (millipoints).
 


fop 1.0

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