Package org.apache.fop.datatypes
Class FODimension
- java.lang.Object
-
- org.apache.fop.datatypes.FODimension
-
public class FODimension extends java.lang.Object
This datatype hold a pair of resolved lengths, specifiying the dimensions in both inline and block-progression-directions.
-
-
Constructor Summary
Constructors Constructor Description FODimension(int ipd, int bpd)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBPD()
int
getIPD()
java.lang.String
toString()
-