Package | Description |
---|---|
org.apache.fop.fo.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
Modifier and Type | Field and Description |
---|---|
static FixedLength |
FixedLength.ZERO_FIXED_LENGTH
canonical zero-length instance
|
Modifier and Type | Method and Description |
---|---|
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). |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.