Uses of Class
org.jungrapht.visualization.selection.ShapePickSupport.Style
-
Packages that use ShapePickSupport.Style Package Description org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements. -
-
Uses of ShapePickSupport.Style in org.jungrapht.visualization.selection
Fields in org.jungrapht.visualization.selection declared as ShapePickSupport.Style Modifier and Type Field Description protected ShapePickSupport.Style
ShapePickSupport. style
The current picking heuristic for this instance.Methods in org.jungrapht.visualization.selection that return ShapePickSupport.Style Modifier and Type Method Description ShapePickSupport.Style
ShapePickSupport. getStyle()
Returns the style of picking used by this instance.static ShapePickSupport.Style
ShapePickSupport.Style. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShapePickSupport.Style[]
ShapePickSupport.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jungrapht.visualization.selection with parameters of type ShapePickSupport.Style Modifier and Type Method Description void
ShapePickSupport. setStyle(ShapePickSupport.Style style)
Specifies the style of picking to be used by this instance.
-