creamtec.webcream.rendering.html.structured
Class StructuredLayoutRenderer

java.lang.Object
  extended by 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


Field Summary
static int COMPONENT_HEIGHT_FOR_FILL
           
static int COMPONENT_WIDTH_FOR_FILL
           
 
Constructor Summary
StructuredLayoutRenderer()
           
 
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
 

Field Detail

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
Constructor Detail

StructuredLayoutRenderer

public StructuredLayoutRenderer()
Method Detail

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 - HTMLPage
cont - Container
Throws:
java.lang.Exception


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.