| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization.decorators |
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
|
| edu.uci.ics.jung.visualization.picking |
Visualization mechanisms for supporting the selection of graph elements.
|
| Modifier and Type | Field and Description |
|---|---|
protected PickedInfo<E> |
PickableEdgePaintTransformer.pi |
protected PickedInfo<V> |
PickableVertexIconTransformer.pi |
protected PickedInfo<V> |
PickableVertexPaintTransformer.pi |
| Constructor and Description |
|---|
PickableEdgePaintTransformer(PickedInfo<E> pi,
Paint draw_paint,
Paint picked_paint) |
PickableVertexIconTransformer(PickedInfo<V> pi,
Icon icon,
Icon picked_icon) |
PickableVertexPaintTransformer(PickedInfo<V> pi,
Paint fill_paint,
Paint picked_paint) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PickedState<T>
An interface for classes that keep track of the "picked" state
of edges or vertices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPickedState<T>
An abstract class to support ItemEvents for PickedState
|
class |
MultiPickedState<T>
Maintains the state of what has been 'picked' in the graph.
|
Copyright © 2016. All rights reserved.