http://www.jpicedt.org

jpicedt.graphic.toolkit
Class DefaultConvexZoneSelectionHandler

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<ConvexZone>
              extended by jpicedt.graphic.toolkit.ConvexZoneGroup
                  extended by jpicedt.graphic.toolkit.DefaultConvexZoneSelectionHandler
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ConvexZone>, Collection<ConvexZone>, EventListener, List<ConvexZone>, RandomAccess, ConvexZoneSelectionHandler, ConvexZoneListener, ConvexZoneActionFactory

public class DefaultConvexZoneSelectionHandler
extends ConvexZoneGroup
implements ConvexZoneSelectionHandler, ConvexZoneListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 void changedUpdate(ConvexZoneEvent e)
           
 ConvexZoneHitInfo hitTest(PEMouseEvent e, boolean isHighlightVisible)
           
 void paint(Graphics2D g, Rectangle2D allocation, double scale)
          La méthode paint peint la mise en vedette des zones convexe.
 void replace(ConvexZone cz)
           
 
Methods inherited from class jpicedt.graphic.toolkit.ConvexZoneGroup
add, append, containsPoint, createActions, getBoundingBox, getCollection, translate
 
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jpicedt.graphic.ConvexZoneSelectionHandler
getBoundingBox
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Method Detail

changedUpdate

public void changedUpdate(ConvexZoneEvent e)
Specified by:
changedUpdate in interface ConvexZoneListener

replace

public void replace(ConvexZone cz)
Specified by:
replace in interface ConvexZoneSelectionHandler

paint

public void paint(Graphics2D g,
                  Rectangle2D allocation,
                  double scale)
La méthode paint peint la mise en vedette des zones convexe.

Parameters:
g - le Graphics2D sur lequel on peint
allocation - la partie Rectangle2D de g qui doit être peinte
scale - le double facteur d'échelle

hitTest

public ConvexZoneHitInfo hitTest(PEMouseEvent e,
                                 boolean isHighlightVisible)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org