| 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 | Interface and Description |
|---|---|
interface |
VisualDirectedEdgePainter
An interface for drawing a VisualEdge that encapsulates
a DirectedEdge.
|
interface |
VisualDirectedWeightedEdgePainter
An interface for painting a VisualEdge that encapsulates a
DirectedWeightedEdge
|
interface |
VisualWeightedEdgePainter
An interface for drawing a VisualEdge that encapsulates a
WeightedEdge.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisualDirectedEdgePainterImpl
An implementation of VisualDirectedEdgePainter that draws
the VisualEdge based on its attributes, then draws the arrowhead
indicating the directio of the edge.
|
class |
VisualDirectedWeightedEdgePainterImpl
An implementation of VisualDirectedWeightedEdgePainter interface.
|
class |
VisualEdgeNullPainter
A VisualEdgePainter that does nothing.
|
class |
VisualEdgePainterImpl
An implementation of VisualEdgePainter that draws
the VisualEdge based on its attributes.
|
class |
VisualWeightedEdgePainterImpl
An implementation of VisualWeightedEdgePainter that draws
the VisualEdge based on its attributes, and the paints the
weight of the edge.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.