GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class VertexEdgeLabelAnimator

java.lang.Object
  extended by graphlab.plugins.algorithmanimator.core.atoms.VertexEdgeLabelAnimator
All Implemented Interfaces:
AtomAnimator<VertexEdgeLabelEvent<VertexModel,EdgeModel>>

public class VertexEdgeLabelAnimator
extends java.lang.Object
implements AtomAnimator<VertexEdgeLabelEvent<VertexModel,EdgeModel>>

this class not used, because the colors automatically update in VertexModel and EdgeModel

Author:
Azin Azadi

Constructor Summary
VertexEdgeLabelAnimator()
           
 
Method Summary
 VertexEdgeLabelEvent<VertexModel,EdgeModel> animate(VertexEdgeLabelEvent<VertexModel,EdgeModel> event, BlackBoard b)
          animates event on the given blackboard as the world...
 boolean isAnimatable(Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexEdgeLabelAnimator

public VertexEdgeLabelAnimator()
Method Detail

isAnimatable

public boolean isAnimatable(Event event)
Specified by:
isAnimatable in interface AtomAnimator<VertexEdgeLabelEvent<VertexModel,EdgeModel>>
Returns:
true if the event is animatable by this animator

animate

public VertexEdgeLabelEvent<VertexModel,EdgeModel> animate(VertexEdgeLabelEvent<VertexModel,EdgeModel> event,
                                                           BlackBoard b)
Description copied from interface: AtomAnimator
animates event on the given blackboard as the world...

Specified by:
animate in interface AtomAnimator<VertexEdgeLabelEvent<VertexModel,EdgeModel>>

GraphLab Project