|
Crossfire JXClient, Trunk
|
Inheritance diagram for ArcTest:
Collaboration diagram for ArcTest:Public Member Functions | |
| void | destroy () |
| String | getAppletInfo () |
| void | init () |
| void | processEvent (AWTEvent e) |
| void | start () |
| void | stop () |
Static Public Member Functions | |
| static void | main (String args[]) |
An interactive test of the Graphics.drawArc and Graphics.fillArc routines. Can be run either as a standalone application by typing "java ArcTest" or as an applet in the AppletViewer.
Definition at line 53 of file ArcTest.java.
| void ArcTest.destroy | ( | ) |
Definition at line 67 of file ArcTest.java.
| String ArcTest.getAppletInfo | ( | ) |
Definition at line 102 of file ArcTest.java.
| void ArcTest.init | ( | ) |
Definition at line 59 of file ArcTest.java.
Referenced by main().
Here is the caller graph for this function:
|
static |
Definition at line 89 of file ArcTest.java.
References init(), and start().
Here is the call graph for this function:| void ArcTest.processEvent | ( | AWTEvent | e | ) |
Definition at line 83 of file ArcTest.java.
| void ArcTest.start | ( | ) |
Definition at line 73 of file ArcTest.java.
Referenced by main().
Here is the caller graph for this function:| void ArcTest.stop | ( | ) |
Definition at line 78 of file ArcTest.java.