org.apache.fop.datatypes
Class LengthBase
java.lang.Object
org.apache.fop.datatypes.LengthBase
- All Implemented Interfaces:
- PercentBase
public class LengthBase
- extends Object
- implements PercentBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSTOM_BASE
public static final int CUSTOM_BASE
- See Also:
- Constant Field Values
FONTSIZE
public static final int FONTSIZE
- See Also:
- Constant Field Values
INH_FONTSIZE
public static final int INH_FONTSIZE
- See Also:
- Constant Field Values
CONTAINING_BOX
public static final int CONTAINING_BOX
- See Also:
- Constant Field Values
CONTAINING_REFAREA
public static final int CONTAINING_REFAREA
- See Also:
- Constant Field Values
parentFO
protected FObj parentFO
- FO parent of the FO for which this property is to be calculated.
LengthBase
public LengthBase(FObj parentFO,
PropertyList plist,
int iBaseType)
getParentFO
protected FObj getParentFO()
- Accessor for parentFO object from subclasses which define
custom kinds of LengthBase calculations.
getPropertyList
protected PropertyList getPropertyList()
- Accessor for propertyList object from subclasses which define
custom kinds of LengthBase calculations.
getDimension
public int getDimension()
- Specified by:
getDimension
in interface PercentBase
getBaseValue
public double getBaseValue()
- Specified by:
getBaseValue
in interface PercentBase
getBaseLength
public int getBaseLength()
- Specified by:
getBaseLength
in interface PercentBase
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.