ewe.graphics
Class ImageDragContext

java.lang.Object
  extended byewe.ui.DragContext
      extended byewe.graphics.ImageDragContext

public class ImageDragContext
extends DragContext


Nested Class Summary
 
Nested classes inherited from class ewe.ui.DragContext
DragContext.ImageDragInWindow
 
Field Summary
 AniImage draggingOver
           
 AniImage image
           
 
Fields inherited from class ewe.ui.DragContext
cancelled, curPoint, dataToDrag, didDrag, dragCursor, dragData, dropAction, dropOptions, isCopy, isMultiple, lastDragTime, modifiers, moveOrCopyOptions, NoDragOver, penEvent, point1, point2, prevPoint, rate, resolution, start
 
Constructor Summary
ImageDragContext(AniImage image)
           
ImageDragContext(AniImage image, PenEvent ev, Point where)
           
 
Methods inherited from class ewe.ui.DragContext
clearPendingDrags, getImageDrag, hasDragged, imageDrag, imageDrag, set, set, setDropOptions, setDropOptions, startImageDrag, startImageDrag, stopImageDrag, stopImageDrag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

image

public AniImage image

draggingOver

public AniImage draggingOver
Constructor Detail

ImageDragContext

public ImageDragContext(AniImage image)

ImageDragContext

public ImageDragContext(AniImage image,
                        PenEvent ev,
                        Point where)