jpicedt.graphic.toolkit
Class DefaultConvexZoneSelectionHandler
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ConvexZone>
jpicedt.graphic.toolkit.ConvexZoneGroup
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
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 interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
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 peintallocation
- la partie Rectangle2D
de g
qui doit être peintescale
- le double
facteur d'échelle
hitTest
public ConvexZoneHitInfo hitTest(PEMouseEvent e,
boolean isHighlightVisible)
Submit a bug : syd@jpicedt.org