org.apache.fop.datatypes
Class LengthPair
java.lang.Object
org.apache.fop.datatypes.LengthPair
- All Implemented Interfaces:
- CompoundDatatype
public class LengthPair
- extends Object
- implements CompoundDatatype
This datatype hold a pair of lengths, specifiying the dimensions in
both inline and block-progression-directions.
It is currently only used to specify border-separation in tables.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthPair
public LengthPair()
setComponent
public void setComponent(String sCmpnName,
Property cmpnValue,
boolean bIsDefault)
- Specified by:
setComponent
in interface CompoundDatatype
getComponent
public Property getComponent(String sCmpnName)
- Specified by:
getComponent
in interface CompoundDatatype
getIPD
public Property getIPD()
getBPD
public Property getBPD()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.