Package com.openhtmltopdf.test
Class XLayout
- java.lang.Object
-
- com.openhtmltopdf.test.XLayout
-
public class XLayout extends Object
Description of the Class- Author:
- empty
-
-
Constructor Summary
Constructors Constructor Description XLayout()
-
Method Summary
Modifier and Type Method Description DimensiongetIntrinsicDimensions(LayoutContext c, Element elem)Gets the intrinsicDimensions attribute of the XLayout object
-
-
-
Method Detail
-
getIntrinsicDimensions
public Dimension getIntrinsicDimensions(LayoutContext c, Element elem)
Gets the intrinsicDimensions attribute of the XLayout object- Parameters:
c- PARAMelem- PARAM- Returns:
- The intrinsicDimensions value
-
-