See: Description
| Interface | Description |
|---|---|
| SettableVertexShapeTransformer<V> |
| Class | Description |
|---|---|
| AbstractVertexShapeTransformer<V> | |
| ConstantDirectionalEdgeValueTransformer<V,E> |
Returns the constructor-specified value for each edge type.
|
| DirectionalEdgeArrowTransformer<V,E> |
Returns wedge arrows for undirected edges and notched arrows
for directed edges, of the specified dimensions.
|
| EdgeShape<V,E> |
An interface for decorators that return a
Shape for a specified edge. |
| EllipseVertexShapeTransformer<V> | |
| GradientEdgePaintTransformer<V,E> |
Creates
GradientPaint instances which can be used
to paint an Edge. |
| InterpolatingVertexSizeTransformer<V> |
Provides vertex sizes that are spaced proportionally between
min_size and max_size depending on
|
| NumberFormattingTransformer<T> |
Transforms inputs to String representations by chaining an input
Number-generating Function with an internal
NumberFormat instance. |
| ParallelEdgeShapeTransformer<V,E> |
An abstract class for edge-to-Shape functions that work with parallel edges.
|
| PickableEdgePaintTransformer<E> |
Paints each edge according to the
Paint
parameters given in the constructor, so that picked and
non-picked edges can be made to look different. |
| PickableVertexIconTransformer<V> |
Supplies an Icon for each vertex according to the
Icon
parameters given in the constructor, so that picked and
non-picked vertices can be made to look different. |
| PickableVertexPaintTransformer<V> |
Paints each vertex according to the
Paint
parameters given in the constructor, so that picked and
non-picked vertices can be made to look different. |
| ToStringLabeller |
Labels vertices by their toString.
|
| VertexIconShapeTransformer<V> |
A default implementation that stores images in a Map keyed on the
vertex.
|
Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.
Copyright © 2016. All rights reserved.