Public Member Functions | Protected Member Functions | Package Attributes

dartboard.Grid Class Reference

Inheritance diagram for dartboard.Grid:
dartboard.Dart

List of all members.

Public Member Functions

 Grid ()
void setError (boolean err)

Protected Member Functions

void drawDart (Graphics g)

Package Attributes

boolean error = false

Detailed Description

Insert the type's description here. Creation date: (11/8/00 12:06:28 AM)

Author:
:

Constructor & Destructor Documentation

dartboard.Grid.Grid (  ) 

Grid constructor comment.

Parameters:
x int
y int
isDisplayed boolean

References dartboard.Dart.setPosition().


Member Function Documentation

void dartboard.Grid.drawDart ( Graphics  g  )  [protected]
void dartboard.Grid.setError ( boolean  error  )  [virtual]

Called in case of error.

Each derived class will take the opportune action

Parameters:
error 

Implements dartboard.Dart.

References dartboard.Grid.error.


Member Data Documentation

boolean dartboard.Grid.error = false [package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties