Uses of Interface
edu.uci.ics.jung.visualization.picking.PickedInfo
-
Packages that use PickedInfo Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.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. -
-
Uses of PickedInfo in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as PickedInfo Modifier and Type Field Description protected PickedInfo<V>PluggableRendererDemo.SeedFillColor. piprotected PickedInfo<V>PluggableRendererDemo.VertexStrokeHighlight. piConstructors in edu.uci.ics.jung.samples with parameters of type PickedInfo Constructor Description SeedFillColor(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 PickedInfo Modifier and Type Field Description protected PickedInfo<E>PickableEdgePaintTransformer. piprotected PickedInfo<V>PickableVertexIconTransformer. piprotected PickedInfo<V>PickableVertexPaintTransformer. piConstructors in edu.uci.ics.jung.visualization.decorators with parameters of type PickedInfo Constructor Description PickableEdgePaintTransformer(PickedInfo<E> pi, java.awt.Paint draw_paint, java.awt.Paint picked_paint)PickableVertexIconTransformer(PickedInfo<V> pi, javax.swing.Icon icon, javax.swing.Icon picked_icon)PickableVertexPaintTransformer(PickedInfo<V> pi, java.awt.Paint fill_paint, java.awt.Paint picked_paint) -
Uses of PickedInfo in edu.uci.ics.jung.visualization.picking
Subinterfaces of PickedInfo in edu.uci.ics.jung.visualization.picking Modifier and Type Interface Description interfacePickedState<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 PickedInfo Modifier and Type Class Description classAbstractPickedState<T>An abstract class to support ItemEvents for PickedStateclassMultiPickedState<T>Maintains the state of what has been 'picked' in the graph.
-