| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Length | |
org.apache.fop.datatypes | |
org.apache.fop.fo | |
org.apache.fop.fo.expr |
Uses of Length in org.apache.fop.datatypes |
Subclasses of Length in org.apache.fop.datatypes | |
class | CondLength a space quantity in XSL (space-before, space-after) |
class | MixedLength A length quantity in XSL which is specified with a mixture of absolute and relative and/or percent components. |
class | PercentLength a percent specified length quantity in XSL |
Fields in org.apache.fop.datatypes declared as Length | |
final static Length | Length.AUTO |
Constructors in org.apache.fop.datatypes with parameters of type Length | |
CondLength.CondLength(Length l) |
Methods in org.apache.fop.datatypes that return Length | |
Length | CondLength.getLength() |
Length | LengthRange.getMaximum() |
Length | LengthRange.getMinimum() |
Length | LengthRange.getOptimum() |
Methods in org.apache.fop.datatypes with parameters of type Length | |
void | CondLength.setLength(Length l, boolean bIsDefault) |
void | LengthRange.setMaximum(Length max, boolean bIsDefault) Set maximum value to max if it is >= optimum or optimum isn't set. |
void | LengthRange.setMinimum(Length min, boolean bIsDefault) Set minimum value to min. |
void | LengthRange.setOptimum(Length opt, boolean bIsDefault) Set the optimum value. |
Uses of Length in org.apache.fop.fo |
Constructors in org.apache.fop.fo with parameters of type Length | |
LengthProperty.LengthProperty(Length length) |
Methods in org.apache.fop.fo that return Length | |
Length | LengthProperty.getLength() |
Length | LengthRangeProperty.getLength() |
Length | Property.getLength() Accessor functions for all possible Property datatypes |
Length | SpaceProperty.getLength() |
Uses of Length in org.apache.fop.fo.expr |
Constructors in org.apache.fop.fo.expr with parameters of type Length | |
Numeric.Numeric(Length l) Construct a Numeric object from a Length. |
Methods in org.apache.fop.fo.expr that return Length | |
Length | Numeric.asLength() Return the current value as a Length if possible. |
Length | NumericProperty.getLength() |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |