Package org.apache.fop.datatypes
Class FODimension
- java.lang.Object
-
- org.apache.fop.datatypes.FODimension
-
public class FODimension extends java.lang.ObjectThis 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 intgetBPD()intgetIPD()java.lang.StringtoString()
-