See: Description
Interface | Description |
---|---|
EdgeRenderer |
Interface which provides the functionality to draw edges in a particular
style or representation.
|
NodeRenderer |
Interface which provides the functionality to draw nodes in a particular
style or representation.
|
TimeEdgeRenderer |
Extends the EdgeRenderer to include the Temporal interface to support edges
with a timing value.
|
Class | Description |
---|---|
ArrowEdgeRenderer |
Class which draws a directed edge with an arrow to represent the the
direction of the edge.
|
ClassNodeRenderer |
The ClassNodeRenderer provides a single renderer which will use different
NodeRenderers to render different Object classes.
|
CubeNodeRenderer |
Implementation of a NodeRenderer which represents individual nodes by 3D
boxes.
|
FadeEdgeRenderer |
FadeEdgeRenderer implements a simple fadeout for TimedEdges.
|
FadeNodeRenderer |
NodeRenderer which adds the capability of dynamically fading out a node
during an animation.
|
IconNodeRenderer |
Renders nodes using an internal icon image.
|
ImageGridRenderer<C> |
Abstract renderer which transforms a grid into an image.
|
ShapeNodeRenderer |
Renderer which draws nodes as simple shapes.
|
SimpleEdgeRenderer |
Class which draws an edge with a simple line segment.
|
SimpleNodeRenderer |
Simple implementation of a NodeRenderer.
|
StepEdgeRenderer |
Class which draws a Step-style edge.
|
SwingNodeRenderer |
NodeRenderer which uses a Swing Component to display nodes.
|
TextNodeRenderer |
Implementation of a NodeRenderer which renders the name of the node in a
specified font and surrounds it by a geometric shape.
|
TimeNodeRenderer |
Renderer to add support for Sequential nodes.
|
WeightEdgeRenderer |
Extension of a SimpleEdgeRenderer that draws weighted edgesusing thicker
lines.
|
Enum | Description |
---|---|
ArrowEdgeRenderer.ArrowHeadLocation |
Enumeration representing the location of the arrowhead
|
ShapeNodeRenderer.NodeShape |
Geometric render shape
|
Contains classes and interfaces used to render individual objects, such as nodes and edges in a graph.