Crossfire JXClient, Trunk
Public Member Functions | Static Public Member Functions | Package Attributes | List of all members
ArcTest Class Reference
Inheritance diagram for ArcTest:
Inheritance graph
Collaboration diagram for ArcTest:
Collaboration graph

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[])
 

Package Attributes

ArcCanvas canvas
 
ArcControls controls
 

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.

References canvas().

Here is the call graph for this function:

◆ getAppletInfo()

String ArcTest.getAppletInfo ( )

Definition at line 102 of file ArcTest.java.

◆ init()

void ArcTest.init ( )

Definition at line 59 of file ArcTest.java.

References canvas().

Referenced by main().

Here is the call graph for this function:
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.

Member Data Documentation

◆ canvas

ArcCanvas ArcTest.canvas
package

Definition at line 56 of file ArcTest.java.

◆ controls

ArcControls ArcTest.controls
package

Definition at line 55 of file ArcTest.java.


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