Package org.apache.fop.datatypes
Interface Length
- All Superinterfaces:
Numeric
- All Known Implementing Classes:
EnumLength,FixedLength,LengthProperty,NumericProperty,PercentLength,RelativeNumericProperty,TableColLength
A length quantity in XSL
-
Method Summary
Modifier and TypeMethodDescriptionintgetValue()Returns the length in 1/1000ths of a point (millipoints)intgetValue(PercentBaseContext context) Returns the length in 1/1000ths of a point (millipoints)Methods inherited from interface org.apache.fop.datatypes.Numeric
getDimension, getEnum, getNumericValue, getNumericValue, isAbsolute
-
Method Details
-
getValue
int getValue()Returns the length in 1/1000ths of a point (millipoints) -
getValue
Returns the length in 1/1000ths of a point (millipoints)
-