Class TwinkleVertexAnimator<V extends VisualVertex,​E extends VisualEdge<V>>

  • Type Parameters:
    V - the vertex type
    E - the edge type

    public class TwinkleVertexAnimator<V extends VisualVertex,​E extends VisualEdge<V>>
    extends AbstractAnimator
    A class to animate a vertex in order to draw attention to it. Note: this class is not a AbstractAnimatorJob so that it can run concurrently with jobs in the graph (jobs run one-at-a-time).
    • Constructor Detail

      • TwinkleVertexAnimator

        public TwinkleVertexAnimator​(edu.uci.ics.jung.visualization.VisualizationServer<V,​E> viewer,
                                     V vertex,
                                     boolean useAnimation)
    • Method Detail

      • finished

        protected void finished()
        Description copied from class: AbstractAnimator
        A callback given when this animator has run to completion. This will be called whether the animator is stopped prematurely or ends naturally.
        Specified by:
        finished in class AbstractAnimator
      • setCurrentEmphasis

        public void setCurrentEmphasis​(double currentEmphasis)
      • getVertex

        public V getVertex()