http://www.jpicedt.org

Uses of Class
jpicedt.graphic.toolkit.ConvexZone

Packages that use ConvexZone
jpicedt.graphic jPicEdt library core classes and packages. 
jpicedt.graphic.event Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,…
 
jpicedt.graphic.toolkit Controller (document editing through UI actions)
 
jpicedt.graphic.view Document appearance. 
 

Uses of ConvexZone in jpicedt.graphic
 

Methods in jpicedt.graphic that return types with arguments of type ConvexZone
 Iterator<ConvexZone> PECanvas.getConvexZoneSelection()
           
 

Methods in jpicedt.graphic with parameters of type ConvexZone
 void PECanvas.addConvexZone(ConvexZone cz)
           
 void PECanvas.deleteConvexZone(ConvexZone cz)
          Détruit la zone convexe cz.
protected  void PECanvas.fireSelectionUpdate(ConvexZone cz, ConvexZoneSelectionEvent.EventType type)
           
 boolean PECanvas.isSelected(ConvexZone cz)
           
 void ConvexZoneSelectionHandler.replace(ConvexZone cz)
           
 void PECanvas.select(ConvexZone cz, PECanvas.SelectionBehavior beh)
           
 void PECanvas.unSelect(ConvexZone cz)
          Unselect the given convex zone.
 

Uses of ConvexZone in jpicedt.graphic.event
 

Fields in jpicedt.graphic.event declared as ConvexZone
protected  ConvexZone[] ConvexZoneSelectionEvent.convexZones
          the elements that were (un)selected
 

Methods in jpicedt.graphic.event that return ConvexZone
 ConvexZone[] ConvexZoneSelectionEvent.getConvexZones()
           
 

Constructors in jpicedt.graphic.event with parameters of type ConvexZone
ConvexZoneSelectionEvent(PECanvas source, ConvexZone[] convexZones, ConvexZoneSelectionEvent.EventType type)
          A new SelectionEvent sourced from the given PECanvas Use this constructor when several elements were (un)selected.
ConvexZoneSelectionEvent(PECanvas source, ConvexZone convexZone, ConvexZoneSelectionEvent.EventType type)
          A new SelectionEvent sourced from the given PECanvas.
 

Uses of ConvexZone in jpicedt.graphic.toolkit
 

Methods in jpicedt.graphic.toolkit that return ConvexZone
 ConvexZone ConvexZone.clone()
           
 

Methods in jpicedt.graphic.toolkit that return types with arguments of type ConvexZone
protected  Collection<ConvexZone> ConvexZoneGroup.getCollection()
           
protected  Iterator<ConvexZone> PEConvexZoneAction.getIterator()
           
 

Methods in jpicedt.graphic.toolkit with parameters of type ConvexZone
 boolean ConvexZoneGroup.add(ConvexZone o)
           
 void DefaultConvexZoneSelectionHandler.replace(ConvexZone cz)
           
 

Constructors in jpicedt.graphic.toolkit with parameters of type ConvexZone
ConvexZoneGroup(ConvexZone cz)
           
ConvexZoneHitInfo.CZHitInfo(ConvexZone target, PEMouseEvent e)
           
ConvexZoneHitInfo.Stroke(ConvexZone clicked, int clickedSegment, PEMouseEvent mouseEvent)
          construct a new HitInfo.Stroke that occured on the stroke of the given Element
 

Constructor parameters in jpicedt.graphic.toolkit with type arguments of type ConvexZone
ConvexZoneGroup(Collection<ConvexZone> collection)
           
 

Uses of ConvexZone in jpicedt.graphic.view
 

Constructors in jpicedt.graphic.view with parameters of type ConvexZone
ConvexZoneHalfPlaneView(ConvexZone convexZone)
           
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org