graphlab.gui.plugins.main.core.actions.vertex
Class VertexHighlightAction
java.lang.Object
graphlab.main.core.action.AbstractAction
graphlab.gui.plugins.main.core.actions.vertex.VertexHighlightAction
- All Implemented Interfaces:
- Action, Notifiable
public class VertexHighlightAction
- extends AbstractAction
Highlights a vertex when the mouse entered it.
User: Shabn
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VertexHighlightAction
public VertexHighlightAction(BlackBoard bb)
- constructor
- Parameters:
bb - the BlackBoard of the action
performJob
public void performJob(java.lang.String name)
- Description copied from class:
AbstractAction
- like Action
- Specified by:
performJob in class AbstractAction
highLightVertex
public static void highLightVertex(Vertex v)
unHighLightVertex
public static void unHighLightVertex(Vertex v)
isVertexHighlighted
public static boolean isVertexHighlighted(Vertex v)