| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.drawing |
| Class and Description |
|---|
| Painter
An interface representing painters that are responsible for
painting VisualGraphComponents.
|
| VisualEdgePainter
An interface for drawing a VisualEdge.
|
| VisualEdgePainterFactory
An abstract class that really does not implement any of the methods
of the PainterFactory interface.
|
| VisualVertexPainter
An interface for drawing a VisualVertex.
|
| VisualVertexPainterFactory
An abstract class that really does not implement any of the methods
of the PainterFactory interface.
|
| Class and 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.
|
| 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.
|
| VisualVertexPainter
An interface for drawing a VisualVertex.
|
| 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.
|
| VisualWeightedEdgePainter
An interface for drawing a VisualEdge that encapsulates a
WeightedEdge.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.