Class FODimension
java.lang.Object
org.apache.fop.datatypes.FODimension
This datatype hold a pair of resolved lengths,
specifiying the dimensions in
both inline and block-progression-directions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ipd
public int ipddistance (in millipoints) on the inline-progression-direction -
bpd
public int bpddistance (in millipoints) on the block-progression-direction
-
-
Constructor Details
-
FODimension
public FODimension(int ipd, int bpd) Constructor- Parameters:
ipd- length (in millipoints) of the inline-progression-directionbpd- length (in millipoints) of the block-progression-direction
-
-
Method Details
-
getIPD
public int getIPD()- Returns:
- ipd
-
getBPD
public int getBPD()- Returns:
- bpd
-
toString
-