All Packages Class Hierarchy This Package Previous Next Index
Class Graph.NodeTester
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----Graph.NodeTester
- public class NodeTester
- extends Applet
- implements Serializable
Graph Editor Applet class ( in the beginning it was used for node testing, but I
got used to the name Node Tester, so I did not change it.)
- See Also:
- GraphEditFrame, GraphEventsCollector, GraphDisplay
-
NodeTester()
-
-
init()
-
-
main(String[])
-
-
paint(Graphics)
-
-
start()
-
-
update(Graphics)
-
NodeTester
public NodeTester()
init
public void init()
- Overrides:
- init in class Applet
main
public static void main(String argv[])
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
start
public void start()
- Overrides:
- start in class Applet
update
public void update(Graphics g)
- Overrides:
- update in class Component
All Packages Class Hierarchy This Package Previous Next Index