|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccvisu.Marker
ccvisu.MarkerScript
public class MarkerScript
Parse conditions from a file and marks a vertices verifing these conditions.
Nested Class Summary | |
---|---|
protected class |
MarkerScript.ColorCondition
Objects containing a color and a list of conditions |
Field Summary | |
---|---|
private java.util.Vector<MarkerScript.ColorCondition> |
conditions
|
private static int |
contains
|
protected static java.lang.Integer |
CONTAINS
used as mode for pattern interpretation |
private boolean |
def
|
private java.awt.Color |
defaultColor
|
private static int |
ends
|
protected static java.lang.Integer |
ENDS
used as mode for pattern interpretation |
private static int |
equals
|
protected static java.lang.Integer |
EQUALS
used as mode for pattern interpretation |
protected static java.lang.Integer |
NOT_CONTAINS
used as mode for pattern interpretation |
protected static java.lang.Integer |
NOT_ENDS
used as mode for pattern interpretation |
protected static java.lang.Integer |
NOT_EQUALS
used as mode for pattern interpretation |
protected static java.lang.Integer |
NOT_STARTS
used as mode for pattern interpretation |
private static int |
starts
|
protected static java.lang.Integer |
STARTS
used as mode for pattern interpretation |
Constructor Summary | |
---|---|
MarkerScript(java.io.BufferedReader in)
Constructor |
Method Summary | |
---|---|
void |
mark(GraphVertex vertex)
Special marking for certain vertices by setting attributes of the vertex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int equals
private static final int contains
private static final int starts
private static final int ends
protected static final java.lang.Integer EQUALS
protected static final java.lang.Integer CONTAINS
protected static final java.lang.Integer STARTS
protected static final java.lang.Integer ENDS
protected static final java.lang.Integer NOT_EQUALS
protected static final java.lang.Integer NOT_CONTAINS
protected static final java.lang.Integer NOT_STARTS
protected static final java.lang.Integer NOT_ENDS
private java.util.Vector<MarkerScript.ColorCondition> conditions
private boolean def
private java.awt.Color defaultColor
Constructor Detail |
---|
public MarkerScript(java.io.BufferedReader in)
in
- BufferedReader from a file containing the informationsMethod Detail |
---|
public void mark(GraphVertex vertex)
mark
in class Marker
vertex
- Vertex of the graph representation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |