Uses of Interface
edu.uci.ics.jung.visualization.PickedInfo

Packages that use PickedInfo
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   
 

Uses of PickedInfo in edu.uci.ics.jung.graph.decorators
 

Fields in edu.uci.ics.jung.graph.decorators declared as PickedInfo
protected  PickedInfo ConstantVertexColorFunction.pi
           
protected  PickedInfo PickableEdgePaintFunction.pi
           
protected  PickedInfo PickableVertexIconFunction.pi
           
protected  PickedInfo PickableVertexPaintFunction.pi
           
 

Constructors in edu.uci.ics.jung.graph.decorators with parameters of type PickedInfo
ConstantVertexColorFunction(PickedInfo pi, Color fore_color, Color back_color, Color picked_color)
           
PickableEdgePaintFunction(PickedInfo pi, Paint draw_paint, Paint picked_paint)
           
PickableVertexIconFunction(PickedInfo pi, Icon icon, Icon picked_icon)
           
PickableVertexPaintFunction(PickedInfo pi, Paint draw_paint, Paint fill_paint, Paint picked_paint)
           
 

Uses of PickedInfo in edu.uci.ics.jung.visualization
 

Subinterfaces of PickedInfo in edu.uci.ics.jung.visualization
 interface PickedState
          An interface for classes that keep track of the "picked" state of edges and vertices.
 

Classes in edu.uci.ics.jung.visualization that implement PickedInfo
 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.
 

Methods in edu.uci.ics.jung.visualization that return PickedInfo
 PickedInfo AbstractRenderer.getPickedKey()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type PickedInfo
 void AbstractRenderer.setPickedKey(PickedInfo pk)
           
 void Renderer.setPickedKey(PickedInfo pk)
          Deprecated. Use an independent PickedInfo instance.
 

Uses of PickedInfo in edu.uci.ics.jung.visualization.transform.shape
 

Classes in edu.uci.ics.jung.visualization.transform.shape that implement PickedInfo
 class PluggableRendererDecorator
          A complete wrapping of PluggableRenderer, used as a base class
 class TransformingPluggableRenderer
          a subclass to apply a TransformingGraphics to certain operations
 

Methods in edu.uci.ics.jung.visualization.transform.shape that return PickedInfo
 PickedInfo PluggableRendererDecorator.getPickedKey()
           
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type PickedInfo
 void PluggableRendererDecorator.setPickedKey(PickedInfo pk)
           
 

Uses of PickedInfo in samples.graph
 

Constructors in samples.graph with parameters of type PickedInfo
PluggableRendererDemo.GradientPickedEdgePaintFunction(EdgePaintFunction defaultEdgePaintFunction, HasGraphLayout vv, LayoutTransformer transformer, PickedInfo pi)
           
 

Uses of PickedInfo in scratch.danyel.sample
 

Fields in scratch.danyel.sample declared as PickedInfo
protected  PickedInfo FadeBetweennessRenderer.pi
           
 

Constructors in scratch.danyel.sample with parameters of type PickedInfo
FadeBetweennessRenderer(StringLabeller sl, FadingVertexLayout fvl, PickedInfo pi)