Class AALineAlgorithm
java.lang.Object
|
+----java.lang.Thread
|
+----Algorithm
|
+----AALineAlgorithm
- public class AALineAlgorithm
- extends Algorithm
Implements the Antialiased Line Algorithm.
-
AALineAlgorithm(AwtFrame, ThreadGroup)
- Constructs an Antialiased Line Algorithm object, including the
thread that runs it.
-
algorithmName()
- Returns the name of the algorithm in plane text.
-
getText()
- Returns the text of the algorithm.
-
resetParameters()
- Resets the algorithm parameters and notifies the parent of the change.
-
theAlgorithm()
- Generic interface to start the algorithm.
-
update()
- Update the peer parameter panel with new algorithm values.
AALineAlgorithm
public AALineAlgorithm(AwtFrame f,
ThreadGroup t)
- Constructs an Antialiased Line Algorithm object, including the
thread that runs it.
algorithmName
public String algorithmName()
- Returns the name of the algorithm in plane text.
- Overrides:
- algorithmName in class Algorithm
theAlgorithm
public void theAlgorithm()
- Generic interface to start the algorithm.
- Overrides:
- theAlgorithm in class Algorithm
getText
public String getText()
- Returns the text of the algorithm.
- Overrides:
- getText in class Algorithm
update
public void update()
- Update the peer parameter panel with new algorithm values.
- Overrides:
- update in class Algorithm
resetParameters
public void resetParameters()
- Resets the algorithm parameters and notifies the parent of the change.
- Overrides:
- resetParameters in class Algorithm