Package org.apache.fop.datatypes
Interface Length
-
- All Superinterfaces:
Numeric
- All Known Implementing Classes:
EnumLength
,FixedLength
,LengthProperty
,NumericProperty
,PercentLength
,RelativeNumericProperty
,TableColLength
public interface Length extends Numeric
A length quantity in XSL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue()
Returns the length in 1/1000ths of a point (millipoints)int
getValue(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 Detail
-
getValue
int getValue()
Returns the length in 1/1000ths of a point (millipoints)
-
getValue
int getValue(PercentBaseContext context)
Returns the length in 1/1000ths of a point (millipoints)
-
-