public abstract class GGraphic
extends java.lang.Object
implements JSim.gui.GProjectListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
GGraphic.Callbacks |
| Constructor and Description |
|---|
GGraphic(GGraphic.Callbacks c) |
| Modifier and Type | Method and Description |
|---|---|
GGraphic.Callbacks |
callbacks() |
abstract void |
exportXML(org.w3c.dom.Element e) |
abstract javax.swing.JComponent |
getJComponent() |
abstract void |
importXML(org.w3c.dom.Element e) |
public GGraphic(GGraphic.Callbacks c) throws java.lang.Exception
java.lang.Exceptionpublic final GGraphic.Callbacks callbacks()
public abstract javax.swing.JComponent getJComponent()
throws java.lang.Exception
java.lang.Exceptionpublic abstract void importXML(org.w3c.dom.Element e)
throws java.lang.Exception
java.lang.Exceptionpublic abstract void exportXML(org.w3c.dom.Element e)
throws java.lang.Exception
java.lang.Exception