|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kvid.visual.GmfAnimator
public final class GmfAnimator
Class handling the animation of data figures in GMF.
Method Summary | |
---|---|
static void |
animate(HashMap<IKvidFigure,List<Point>> figuresAndPath,
org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagram,
int animationTime)
Call this method to animate the given objects. |
static void |
stopReplay()
Call this when the next step starts or the visualization is finished. |
static void |
wrapup()
Cleans up the local cache for further use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void animate(HashMap<IKvidFigure,List<Point>> figuresAndPath, org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagram, int animationTime)
figuresAndPath
- Hashmap holding the KViDFigures and the path to followdiagram
- The diagram in which the animation should take placeanimationTime
- The time an animation may use to performpublic static void stopReplay()
public static void wrapup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |