| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.drawing |
| Modifier and Type | Method and Description |
|---|---|
Painter |
AbstractVisualGraphComponent.getPainter()
Returns the Painter that is used to paint this VisualGraphComponent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractVisualGraphComponent.setPainter(Painter newPainter)
Assigns a new Painter delegate which will be responsible for further
painting of this VisualGraphComponent.
|
| 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 |
VisualEdgePainter
An interface for drawing a VisualEdge.
|
interface |
VisualVertexPainter
An interface for drawing a VisualVertex.
|
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 |
VisualVertexPainterImpl
An implementation of VisualVertexPainter that draws
the VisualVertex 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.
|
| Modifier and Type | Method and Description |
|---|---|
Painter |
VisualVertexPainterFactoryImpl.getPainter(VisualGraphComponent component)
Implementation of the getPainter() method of the
PainterFactory interface that returns a singleton
instance of a VisualVertexPainterImpl.
|
Painter |
VisualEdgePainterFactoryImpl.getPainter(VisualGraphComponent component)
Return a VisualEdgePainter suitable for the specified
VisualEdge:
VisualEdgePainterImpl for VisualEdges encapsulating
a non-directed Edge.
VisualDirectedEdgePainterImpl for a VisualEdge
encapsulating a DirectedEdge.
VisualWeightedEdgePainterImpl for a VisualEdge
encapsulating a WeightedEdge.
VisualDirectedWeightedEdgePainterImpl for a VisualEdge
encapsulating a DirectedWeightedEdge.
|
Painter |
PainterFactory.getPainter(VisualGraphComponent component) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.