| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
| edu.uci.ics.jung.visualization.transform.shape |
| Modifier and Type | Class and Description |
|---|---|
class |
PluggableRenderer
A renderer with all sorts of buttons to press and dials to turn.
|
| Modifier and Type | Field and Description |
|---|---|
protected HasShapeFunctions |
ShapePickSupport.hasShapeFunctions |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapePickSupport.setHasShapes(HasShapeFunctions hasShapes) |
| Constructor and Description |
|---|
ShapePickSupport(HasGraphLayout hasGraphLayout,
LayoutTransformer layoutTransformer,
HasShapeFunctions hasShapeFunctions,
float pickSize)
Create an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluggableRendererDecorator
A complete wrapping of PluggableRenderer, used as a base class
|
class |
TransformingPluggableRenderer
a subclass to apply a TransformingGraphics to certain operations
|