Uses of Enum Class
edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
Packages that use ShapePickSupport.Style
Package
Description
Visualization mechanisms for supporting the selection of graph elements.
-
Uses of ShapePickSupport.Style in edu.uci.ics.jung.visualization.picking
Fields in edu.uci.ics.jung.visualization.picking declared as ShapePickSupport.StyleModifier and TypeFieldDescriptionprotected ShapePickSupport.Style
ShapePickSupport.style
The current picking heuristic for this instance.Methods in edu.uci.ics.jung.visualization.picking that return ShapePickSupport.StyleModifier and TypeMethodDescriptionShapePickSupport.getStyle()
Returns the style of picking used by this instance.static ShapePickSupport.Style
Returns the enum constant of this class with the specified name.static ShapePickSupport.Style[]
ShapePickSupport.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.uci.ics.jung.visualization.picking with parameters of type ShapePickSupport.StyleModifier and TypeMethodDescriptionvoid
ShapePickSupport.setStyle
(ShapePickSupport.Style style) Specifies the style of picking to be used by this instance.