public class P2DImageView extends P2DComponentView implements P2DImageViewInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
| Constructor and Description |
|---|
P2DImageView() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(P2DComponentInterface component,
P2DContainerInterface container,
java.awt.Graphics2D g2)
Draw the plot.
|
drawBackground, drawChildren, drawFrame, getVersion, initialize, install, paint, paint, release, release, revalidate, uninstallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawBackground, drawChildren, drawFrame, initialize, install, paint, revalidate, uninstallpublic static final java.lang.String version
public void draw(P2DComponentInterface component, P2DContainerInterface container, java.awt.Graphics2D g2)
draw in interface P2DViewInterfacedraw in class P2DComponentViewcontainer - The toplevel container.g2 - The graphical context.component - The component to be paint.