Class AACircleAlgorithm

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----Algorithm
                   |
                   +----AACircleAlgorithm

public class AACircleAlgorithm
extends Algorithm
Implements the Antialiased Circle Algorithm.


Constructor Index

 o AACircleAlgorithm(AwtFrame, ThreadGroup)
Constructs an Antialiased Circle Algorithm object, including the thread that runs it.

Method Index

 o algorithmName()
Returns the name of the algorithm in plane text.
 o getText()
Returns the text of the algorithm.
 o resetParameters()
Resets the algorithm parameters and notifies the parent of the change.
 o theAlgorithm()
Generic interface to start the algorithm.
 o update()
Update the peer parameter panel with new algorithm values.

Constructors

 o AACircleAlgorithm
 public AACircleAlgorithm(AwtFrame f,
                          ThreadGroup t)
Constructs an Antialiased Circle Algorithm object, including the thread that runs it.

Methods

 o algorithmName
 public String algorithmName()
Returns the name of the algorithm in plane text.

Overrides:
algorithmName in class Algorithm
 o theAlgorithm
 public void theAlgorithm()
Generic interface to start the algorithm.

Overrides:
theAlgorithm in class Algorithm
 o getText
 public String getText()
Returns the text of the algorithm.

Overrides:
getText in class Algorithm
 o update
 public void update()
Update the peer parameter panel with new algorithm values.

Overrides:
update in class Algorithm
 o resetParameters
 public void resetParameters()
Resets the algorithm parameters and notifies the parent of the change.

Overrides:
resetParameters in class Algorithm