Package org.xhtmlrenderer.test
Class XLayout
- java.lang.Object
-
- org.xhtmlrenderer.test.XLayout
-
public class XLayout extends java.lang.ObjectDescription of the Class- Author:
- empty
-
-
Constructor Summary
Constructors Constructor Description XLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.DimensiongetIntrinsicDimensions(LayoutContext c, org.w3c.dom.Element elem)Gets the intrinsicDimensions attribute of the XLayout object
-
-
-
Method Detail
-
getIntrinsicDimensions
public java.awt.Dimension getIntrinsicDimensions(LayoutContext c, org.w3c.dom.Element elem)
Gets the intrinsicDimensions attribute of the XLayout object- Parameters:
c- PARAMelem- PARAM- Returns:
- The intrinsicDimensions value
-
-