ccvisu
Class Marker

java.lang.Object
  extended by ccvisu.Marker
Direct Known Subclasses:
MarkerExp, MarkerScript

public class Marker
extends java.lang.Object

Marks a given vertex under certain conditions.

Version:
$Revision: 1.3 $; $Date: 2006/11/25 10:41:07 $
Author:
Dirk Beyer

Constructor Summary
Marker()
          Constructor.
 
Method Summary
 void mark(GraphVertex vertex)
          Special marking for certain vertices by setting attributes of the vertex, e.g., color and showName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Marker

public Marker()
Constructor.

Method Detail

mark

public void mark(GraphVertex vertex)
Special marking for certain vertices by setting attributes of the vertex, e.g., color and showName. This method should be overwritten by a user-defined subclass in order to implement some 'highlighting' functionality.

Parameters:
vertex - Vertex of the graph representation.