Uses of Interface
edu.uci.ics.jung.visualization.picking.PickedInfo
Packages that use PickedInfo
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
Visualization mechanisms for supporting the selection of graph elements.
-
Uses of PickedInfo in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as PickedInfoModifier and TypeFieldDescriptionprotected PickedInfo
<V> PluggableRendererDemo.SeedFillColor.pi
protected PickedInfo
<V> PluggableRendererDemo.VertexStrokeHighlight.pi
Constructors in edu.uci.ics.jung.samples with parameters of type PickedInfoModifierConstructorDescriptionSeedFillColor
(PickedInfo<V> pi) VertexStrokeHighlight
(Graph<V, E> graph, PickedInfo<V> pi) -
Uses of PickedInfo in edu.uci.ics.jung.visualization.decorators
Fields in edu.uci.ics.jung.visualization.decorators declared as PickedInfoModifier and TypeFieldDescriptionprotected PickedInfo
<E> PickableEdgePaintTransformer.pi
protected PickedInfo
<V> PickableVertexIconTransformer.pi
protected PickedInfo
<V> PickableVertexPaintTransformer.pi
Constructors in edu.uci.ics.jung.visualization.decorators with parameters of type PickedInfoModifierConstructorDescriptionPickableEdgePaintTransformer
(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) -
Uses of PickedInfo in edu.uci.ics.jung.visualization.picking
Subinterfaces of PickedInfo in edu.uci.ics.jung.visualization.pickingModifier and TypeInterfaceDescriptioninterface
PickedState<T>
An interface for classes that keep track of the "picked" state of edges or vertices.Classes in edu.uci.ics.jung.visualization.picking that implement PickedInfoModifier and TypeClassDescriptionclass
An abstract class to support ItemEvents for PickedStateclass
Maintains the state of what has been 'picked' in the graph.