| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.drawing |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualGraph.emphasizeSubGraph(Graph subGraph,
VisualVertexPainter vPainter,
VisualEdgePainter ePainter)
Emphasizes a subgraph by changing the painters for the VisualGraphComponents of
the subgraph.
|
void |
VisualGraph.emphasizeSubGraph(Graph subGraph,
VisualVertexPainter mainGraphVPainter,
VisualEdgePainter mainGraphEPainter,
VisualVertexPainter subGraphVPainter,
VisualEdgePainter subGraphEPainter)
Emphasizes a subgraph by changing the both the painters for the VisualGraphComponents of
the subgraph and the painters for the main graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisualVertexPainterImpl
An implementation of VisualVertexPainter that draws
the VisualVertex based on its attributes.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.