public static class OdsxLayouterCommand.TextView extends P2DTextView
version
Constructor and Description |
---|
OdsxLayouterCommand.TextView() |
Modifier and Type | Method and Description |
---|---|
void |
draw(P2DComponentInterface component,
P2DContainerInterface container,
java.awt.Graphics2D g)
The drqaw method.
|
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 void draw(P2DComponentInterface component, P2DContainerInterface container, java.awt.Graphics2D g)
draw
in interface P2DViewInterface
draw
in class P2DTextView
component
- The component to that the view belongs.container
- The container that request the method.g
- The graphical context.