GP
Class ClickDrag

java.lang.Object
  |
  +--GP.ClickDrag

public class ClickDrag
extends java.lang.Object


Constructor Summary
ClickDrag(Graphic graphic)
           
ClickDrag(Graphic graphic, Graphic drag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickDrag

public ClickDrag(Graphic graphic)
Parameters:
graphic - the graphic that when clicked on will be dragged

ClickDrag

public ClickDrag(Graphic graphic,
                 Graphic drag)
Parameters:
graphic - the graphic you must click on to activate the draging
drag - the graphic that will be draged