Modifier and Type | Field and Description |
---|---|
protected edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> |
graph |
protected java.awt.Stroke |
heavy |
protected boolean |
highlight |
protected java.awt.Stroke |
light |
protected java.awt.Stroke |
medium |
protected edu.uci.ics.jung.visualization.picking.PickedInfo<SNNode> |
pi |
Constructor and Description |
---|
VertexStrokeHighlight(edu.uci.ics.jung.graph.Graph<SNNode,SNEdge> graph,
edu.uci.ics.jung.visualization.picking.PickedInfo<SNNode> pi) |
Modifier and Type | Method and Description |
---|---|
void |
setHighlight(boolean highlight) |
java.awt.Stroke |
transform(SNNode v) |
protected boolean highlight
protected java.awt.Stroke heavy
protected java.awt.Stroke medium
protected java.awt.Stroke light
protected edu.uci.ics.jung.visualization.picking.PickedInfo<SNNode> pi