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
Subclasses with type arguments of type ShapePickSupport.Style in edu.uci.ics.jung.visualization.pickingModifier and TypeClassDescriptionstatic enumThe available picking heuristics:Style.CENTERED: returns the element whose center is closest to the pick point.Fields in edu.uci.ics.jung.visualization.picking declared as ShapePickSupport.StyleModifier and TypeFieldDescriptionprotected ShapePickSupport.StyleShapePickSupport.styleThe 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.StyleReturns 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 TypeMethodDescriptionvoidShapePickSupport.setStyle(ShapePickSupport.Style style) Specifies the style of picking to be used by this instance.