| Interface | Description |
|---|---|
| Painter |
An interface representing painters that are responsible for
painting VisualGraphComponents.
|
| PainterFactory |
An interface defining a factory that returns a Painter
for a specified VisualGraphComponent.
|
| VisualDirectedEdgePainter |
An interface for drawing a VisualEdge that encapsulates
a DirectedEdge.
|
| VisualDirectedWeightedEdgePainter |
An interface for painting a VisualEdge that encapsulates a
DirectedWeightedEdge
|
| VisualEdgePainter |
An interface for drawing a VisualEdge.
|
| VisualVertexPainter |
An interface for drawing a VisualVertex.
|
| VisualWeightedEdgePainter |
An interface for drawing a VisualEdge that encapsulates a
WeightedEdge.
|
| Class | Description |
|---|---|
| VisualDirectedEdgePainterImpl |
An implementation of VisualDirectedEdgePainter that draws
the VisualEdge based on its attributes, then draws the arrowhead
indicating the directio of the edge.
|
| VisualDirectedWeightedEdgePainterImpl |
An implementation of VisualDirectedWeightedEdgePainter interface.
|
| VisualEdgeNullPainter |
A VisualEdgePainter that does nothing.
|
| VisualEdgePainterFactory |
An abstract class that really does not implement any of the methods
of the PainterFactory interface.
|
| VisualEdgePainterFactoryImpl |
Factory for returning VisualEdgePainters, depending on
the type of VisualEdge to be painted.
|
| VisualEdgePainterImpl |
An implementation of VisualEdgePainter that draws
the VisualEdge based on its attributes.
|
| VisualVertexPainterFactory |
An abstract class that really does not implement any of the methods
of the PainterFactory interface.
|
| VisualVertexPainterFactoryImpl |
An implmentation of PainterFactory interface
that returns a singleton instance of VisualVertexPainterImpl.
|
| VisualVertexPainterImpl |
An implementation of VisualVertexPainter that draws
the VisualVertex based on its attributes.
|
| 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.