|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapePickSupport.Style | |
---|---|
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 | |
---|---|
protected ShapePickSupport.Style |
ShapePickSupport.style
The current picking heuristic for this instance. |
Methods in edu.uci.ics.jung.visualization.picking that return ShapePickSupport.Style | |
---|---|
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're declared. |
Methods in edu.uci.ics.jung.visualization.picking with parameters of type ShapePickSupport.Style | |
---|---|
void |
ShapePickSupport.setStyle(ShapePickSupport.Style style)
Specifies the style of picking to be used by this instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |