|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PECanvas.SelectionBehavior | |
---|---|
jpicedt.graphic | jPicEdt library core classes and packages. |
Uses of PECanvas.SelectionBehavior in jpicedt.graphic |
---|
Methods in jpicedt.graphic that return PECanvas.SelectionBehavior | |
---|---|
static PECanvas.SelectionBehavior |
PECanvas.SelectionBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PECanvas.SelectionBehavior[] |
PECanvas.SelectionBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jpicedt.graphic with parameters of type PECanvas.SelectionBehavior | |
---|---|
void |
PECanvas.select(ConvexZoneGroup czg,
PECanvas.SelectionBehavior beh)
|
void |
PECanvas.select(ConvexZone cz,
PECanvas.SelectionBehavior beh)
|
void |
PECanvas.select(Element obj,
PECanvas.SelectionBehavior beh)
Select the given element. |
void |
PECanvas.selectCollection(Collection<Element> c,
PECanvas.SelectionBehavior beh)
Select the elements in the given collection (if they belong to the drawing). |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |