Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.transform.shape | |
samples.graph |
Provides sample graph code that may be of interest.
|
scratch.danyel.sample |
Modifier and Type | Field and Description |
---|---|
protected PickedInfo |
ConstantVertexColorFunction.pi |
protected PickedInfo |
PickableEdgePaintFunction.pi |
protected PickedInfo |
PickableVertexIconFunction.pi |
protected PickedInfo |
PickableVertexPaintFunction.pi |
Constructor and Description |
---|
ConstantVertexColorFunction(PickedInfo pi,
java.awt.Color fore_color,
java.awt.Color back_color,
java.awt.Color picked_color) |
PickableEdgePaintFunction(PickedInfo pi,
java.awt.Paint draw_paint,
java.awt.Paint picked_paint) |
PickableVertexIconFunction(PickedInfo pi,
javax.swing.Icon icon,
javax.swing.Icon picked_icon) |
PickableVertexPaintFunction(PickedInfo pi,
java.awt.Paint draw_paint,
java.awt.Paint fill_paint,
java.awt.Paint picked_paint) |
Modifier and Type | Interface and Description |
---|---|
interface |
PickedState
An interface for classes that keep track of the "picked" state
of edges and vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPickedState
An abstract class to support ItemEvents for PickedState
|
class |
MultiPickedState
Maintains the state of what has been 'picked' in the graph.
|
class |
PluggableRenderer
A renderer with all sorts of buttons to press and dials to turn.
|
Modifier and Type | Method and Description |
---|---|
PickedInfo |
AbstractRenderer.getPickedKey() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRenderer.setPickedKey(PickedInfo pk) |
void |
Renderer.setPickedKey(PickedInfo pk)
Deprecated.
Use an independent PickedInfo 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
|
Modifier and Type | Method and Description |
---|---|
PickedInfo |
PluggableRendererDecorator.getPickedKey() |
Modifier and Type | Method and Description |
---|---|
void |
PluggableRendererDecorator.setPickedKey(PickedInfo pk) |
Constructor and Description |
---|
PluggableRendererDemo.GradientPickedEdgePaintFunction(EdgePaintFunction defaultEdgePaintFunction,
HasGraphLayout vv,
LayoutTransformer transformer,
PickedInfo pi) |
Modifier and Type | Field and Description |
---|---|
protected PickedInfo |
FadeBetweennessRenderer.pi |
Constructor and Description |
---|
FadeBetweennessRenderer(StringLabeller sl,
FadingVertexLayout fvl,
PickedInfo pi) |