http://www.jpicedt.org

jpicedt.graphic.toolkit
Class ConvexZoneSet

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.ConvexZoneSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ConvexZone>, Collection<ConvexZone>, List<ConvexZone>, RandomAccess, ConvexZoneActionFactory

public class ConvexZoneSet
extends ConvexZoneGroup

See Also:
Serialized Form

Nested Class Summary
 class ConvexZoneSet.DefaultConvexZoneEvent
          an implementation of ConvexZoneEvent
 
Field Summary
protected  EventListenerList listenerList
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ConvexZoneSet()
           
 
Method Summary
 void fireChangedUpdate(ConvexZoneEvent.EventType type)
           
protected  void fireChangedUpdate(ConvexZoneSet changed, ConvexZoneEvent.EventType type)
           
 ConvexZoneHitInfo hitTest(PEMouseEvent e, boolean selectedZones)
           
 void paint(Graphics2D g, Rectangle2D allocation, double scale)
           
 
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 java.util.Collection
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
 

Field Detail

listenerList

protected EventListenerList listenerList
Constructor Detail

ConvexZoneSet

public ConvexZoneSet()
Method Detail

paint

public void paint(Graphics2D g,
                  Rectangle2D allocation,
                  double scale)

fireChangedUpdate

protected void fireChangedUpdate(ConvexZoneSet changed,
                                 ConvexZoneEvent.EventType type)

fireChangedUpdate

public void fireChangedUpdate(ConvexZoneEvent.EventType type)

hitTest

public ConvexZoneHitInfo hitTest(PEMouseEvent e,
                                 boolean selectedZones)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org