|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.algorithmanimator.core.AlgorithmAnimator
public class AlgorithmAnimator
Actually the class which animates the algorithms!
Constructor Summary | |
---|---|
AlgorithmAnimator(BlackBoard blackboard)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
handles gui control events |
void |
animateAlgorithm(AutomatedAlgorithm aa)
The main method, Animates an algorithm |
Event |
animateEvent(Event ae)
|
void |
createControlDialog(java.lang.String algorithmName)
creates the GUI control frame |
Event |
dispatchEvent(Event event)
dispatchs events that recieved from the algorithm |
static void |
registerAtomAnimation(AtomAnimator a)
registers a new kind of AtomAnimator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlgorithmAnimator(BlackBoard blackboard)
Method Detail |
---|
public static void registerAtomAnimation(AtomAnimator a)
a
- public Event animateEvent(Event ae)
public void animateAlgorithm(AutomatedAlgorithm aa)
aa
- public Event dispatchEvent(Event event)
dispatchEvent
in interface EventDispatcher
event
-
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- public void createControlDialog(java.lang.String algorithmName)
algorithmName
-
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |