DixShtix

Uses of Interface
com.dixshtix.awt.Draggable

Packages that use Draggable
com.dixshtix.awt Drag Manager and Swing-aware utilities. 
 

Uses of Draggable in com.dixshtix.awt
 

Classes in com.dixshtix.awt that implement Draggable
 class DraggableShape
          Title:
 

Fields in com.dixshtix.awt declared as Draggable
(package private)  Draggable DragManager.drag
           
 

Methods in com.dixshtix.awt that return Draggable
 Draggable DragCapable.findDraggable(int x, int y)
          Given the coordinates of a mouse click, return the corresponding draggable widget.
 Draggable DragManager.getDraggable()
           
 Draggable ShapeDraggablePanel.findDraggable(int x, int y)
           
 

Methods in com.dixshtix.awt with parameters of type Draggable
 java.awt.geom.Point2D DragCapable.pinPoint(Draggable d, java.awt.geom.Point2D original, int delta_x, int delta_y)
          Given the original position of the current draggable, and the requested offset, compute the constrained current position.
 void DragCapable.dragNotify(Draggable d, java.awt.geom.Point2D oldPos, java.awt.geom.Point2D newPos)
          Message sent upon the completion of a drag gesture.
protected  void DragManager.startDrag(Draggable d, int x, int y)
           
 java.awt.geom.Point2D ShapeDraggablePanel.pinPoint(Draggable ignored, java.awt.geom.Point2D original, int deltaX, int deltaY)
           
 void ShapeDraggablePanel.dragNotify(Draggable d, java.awt.geom.Point2D oldPos, java.awt.geom.Point2D newPos)
           
 void ShapeDraggablePanel.addDraggable(Draggable d)
           
 


DixShtix