org.apache.fop.datatypes
Class LengthBase


public class LengthBase
implements PercentBase


Field Summary
 final static intCONTAINING_BOX
           
 final static intCONTAINING_REFAREA
           
 final static intCUSTOM_BASE
           
 final static intFONTSIZE
           
 final static intINH_FONTSIZE
           

Constructor Summary
LengthBase(FObj parentFO, PropertyList plist, int iBaseType)
           

Method Summary
 intgetBaseLength()
           
 doublegetBaseValue()
           
 intgetDimension()
           

Field Detail

CONTAINING_BOX

public final static int CONTAINING_BOX

CONTAINING_REFAREA

public final static int CONTAINING_REFAREA

CUSTOM_BASE

public final static int CUSTOM_BASE

FONTSIZE

public final static int FONTSIZE

INH_FONTSIZE

public final static int INH_FONTSIZE
Constructor Detail

LengthBase

public LengthBase(FObj parentFO, PropertyList plist, int iBaseType)
Method Detail

getBaseLength

public int getBaseLength()

getBaseValue

public double getBaseValue()

getDimension

public int getDimension()