|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.datatypes.LengthPair
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(java.lang.String sCmpnName)
|
Property |
getIPD()
|
void |
setComponent(java.lang.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 |
public LengthPair()
Method Detail |
public void setComponent(java.lang.String sCmpnName, Property cmpnValue, boolean bIsDefault)
setComponent
in interface CompoundDatatype
public Property getComponent(java.lang.String sCmpnName)
getComponent
in interface CompoundDatatype
public Property getIPD()
public Property getBPD()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |