Uses of Interface
de.cau.cs.kieler.kvid.visual.IKvidFigure

Packages that use IKvidFigure
de.cau.cs.kieler.kvid.visual Package holding classes which visually represent data or draw and animate them. 
 

Uses of IKvidFigure in de.cau.cs.kieler.kvid.visual
 

Classes in de.cau.cs.kieler.kvid.visual that implement IKvidFigure
 class GmfFigure
          The figure which is used to display plain data.
 class GmfGraphicsFigure
          Deprecated. Use GmfImageFigure instead
 

Methods in de.cau.cs.kieler.kvid.visual that return IKvidFigure
 IKvidFigure GmfFigure.copy()
          Returns a copy of this figure.
 IKvidFigure GmfGraphicsFigure.copy()
          Deprecated. Returns a copy of this figure.
 IKvidFigure IKvidFigure.copy()
          Returns a copy of this figure.
 

Method parameters in de.cau.cs.kieler.kvid.visual with type arguments of type IKvidFigure
static void GmfAnimator.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.