org.apache.fop.datatypes

Interface Length

All Superinterfaces:
Numeric
Known Implementing Classes:
EnumLength, FixedLength, LengthProperty, NumericProperty, PercentLength, RelativeNumericProperty, TableColLength

public interface Length
extends Numeric

A length quantity in XSL

Method Summary

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, getValue, getValue, isAbsolute

Method Details

getValue

public int getValue()
Returns the length in 1/1000ths of a point (millipoints)
Specified by:
getValue in interface Numeric
Returns:
the length in millipoints

getValue

public int getValue(PercentBaseContext context)
Returns the length in 1/1000ths of a point (millipoints)
Specified by:
getValue in interface Numeric
Parameters:
context - The context for the length calculation (for percentage based lengths)
Returns:
the length in millipoints

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