public class P2DLayoutView extends P2DComponentView implements P2DLayoutViewInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version |
Constructor and Description |
---|
P2DLayoutView() |
Modifier and Type | Method and Description |
---|---|
void |
draw(P2DComponentInterface component,
P2DContainerInterface container,
java.awt.Graphics2D g)
Draw the component specific elements.
|
drawBackground, drawChildren, drawFrame, getVersion, initialize, install, paint, paint, release, release, revalidate, uninstall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
drawBackground, drawChildren, drawFrame, initialize, install, paint, revalidate, uninstall
public static final java.lang.String version
public void draw(P2DComponentInterface component, P2DContainerInterface container, java.awt.Graphics2D g)
draw
in interface P2DViewInterface
draw
in class P2DComponentView
container
- The toplevel container.component
- The component to be paint.g
- The graphics context.