DixShtix

Uses of Interface
com.dixshtix.awt11.Drag11able

Packages that use Drag11able
com.dixshtix.awt11 Drag Manager and non-Graphics2D-aware utilities. 
 

Uses of Drag11able in com.dixshtix.awt11
 

Classes in com.dixshtix.awt11 that implement Drag11able
 class DraggableOval
           
 class DraggablePolygon
           
 class DraggableRectangle
           
 class DraggableRoundRectangle
           
 

Fields in com.dixshtix.awt11 declared as Drag11able
(package private)  Drag11able Drag11Manager.drag
           
 

Methods in com.dixshtix.awt11 that return Drag11able
 Drag11able PolygonDraggingApplet.findDraggable(int x, int y)
           
 Drag11able Drag11Capable.findDraggable(int x, int y)
           
 Drag11able Drag11Manager.getDraggable()
           
 

Methods in com.dixshtix.awt11 with parameters of type Drag11able
 java.awt.Point PolygonDraggingApplet.pinPoint(Drag11able ignored, java.awt.Point original, int deltaX, int deltaY)
           
 void PolygonDraggingApplet.dragNotify(Drag11able d, java.awt.Point oldPos, java.awt.Point newPos)
           
 void PolygonDraggingApplet.addDraggable(Drag11able d)
           
 java.awt.Point Drag11Capable.pinPoint(Drag11able d, java.awt.Point original, int delta_x, int delta_y)
           
 void Drag11Capable.dragNotify(Drag11able d, java.awt.Point oldPos, java.awt.Point newPos)
           
protected  void Drag11Manager.startDrag(Drag11able d, int x, int y)
           
 


DixShtix