Uses of Class
edu.uci.ics.jung.visualization.picking.ShapePickSupport.Style
-
Packages that use ShapePickSupport.Style Package Description edu.uci.ics.jung.visualization.picking 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.Style Modifier and Type Field Description protected ShapePickSupport.StyleShapePickSupport. styleThe current picking heuristic for this instance.Methods in edu.uci.ics.jung.visualization.picking that return ShapePickSupport.Style Modifier and Type Method Description ShapePickSupport.StyleShapePickSupport. getStyle()Returns the style of picking used by this instance.static ShapePickSupport.StyleShapePickSupport.Style. valueOf(java.lang.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 edu.uci.ics.jung.visualization.picking with parameters of type ShapePickSupport.Style Modifier and Type Method Description voidShapePickSupport. setStyle(ShapePickSupport.Style style)Specifies the style of picking to be used by this instance.
-