Crossfire JXClient, Trunk
ArcTest Class Reference
+ 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[])
 

Detailed Description

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.

Member Function Documentation

◆ destroy()

void ArcTest.destroy ( )

Definition at line 67 of file ArcTest.java.

◆ getAppletInfo()

String ArcTest.getAppletInfo ( )

Definition at line 102 of file ArcTest.java.

◆ init()

void ArcTest.init ( )

Definition at line 59 of file ArcTest.java.

Referenced by main().

+ Here is the caller graph for this function:

◆ main()

static void ArcTest.main ( String  args[])
static

Definition at line 89 of file ArcTest.java.

References init(), and start().

+ Here is the call graph for this function:

◆ processEvent()

void ArcTest.processEvent ( AWTEvent  e)

Definition at line 83 of file ArcTest.java.

◆ start()

void ArcTest.start ( )

Definition at line 73 of file ArcTest.java.

Referenced by main().

+ Here is the caller graph for this function:

◆ stop()

void ArcTest.stop ( )

Definition at line 78 of file ArcTest.java.


The documentation for this class was generated from the following file: