creamtec.webcream.rendering.html.structured
Class StructuredLayoutRenderer
java.lang.Object
creamtec.webcream.rendering.html.structured.StructuredLayoutRenderer
- All Implemented Interfaces:
- LayoutRenderer
public class StructuredLayoutRenderer
- extends java.lang.Object
- implements LayoutRenderer
Implements the rendering of AWT container layouts as HTML tables
|
Method Summary |
void |
renderLayout(HTMLPage page,
java.awt.Container cont)
Renders the container according to its layout |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_WIDTH_FOR_FILL
public static final int COMPONENT_WIDTH_FOR_FILL
- See Also:
- Constant Field Values
COMPONENT_HEIGHT_FOR_FILL
public static final int COMPONENT_HEIGHT_FOR_FILL
- See Also:
- Constant Field Values
StructuredLayoutRenderer
public StructuredLayoutRenderer()
renderLayout
public void renderLayout(HTMLPage page,
java.awt.Container cont)
throws java.lang.Exception
- Renders the container according to its layout
- Specified by:
renderLayout in interface LayoutRenderer
- Parameters:
page - HTMLPagecont - Container
- Throws:
java.lang.Exception
Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.