|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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)
public Property getComponent(java.lang.String sCmpnName)
public Property getIPD()
public Property getBPD()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |