|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.datatypes.FODimension
This datatype hold a pair of resolved lengths, specifiying the dimensions in both inline and block-progression-directions.
Field Summary | |
int |
bpd
distance (in millipoints) on the block-progression-direction |
int |
ipd
distance (in millipoints) on the inline-progression-direction |
Constructor Summary | |
FODimension(int ipd,
int bpd)
Constructor |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int ipd
public int bpd
Constructor Detail |
public FODimension(int ipd, int bpd)
ipd
- length (in millipoints) of the inline-progression-directionbpd
- length (in millipoints) of the block-progression-directionMethod Detail |
public java.lang.String toString()
|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |