http://www.jpicedt.org

Uses of Class
jpicedt.graphic.PECanvas.SelectionBehavior

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).
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org