org.apache.fop.datatypes
Class LengthPair

java.lang.Object
  extended byorg.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.


Constructor Summary
LengthPair()
           
 
Method Summary
 Property getBPD()
           
 Property getComponent(String sCmpnName)
           
 Property getIPD()
           
 void setComponent(String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthPair

public LengthPair()
Method Detail

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.