Package com.jogamp.graph.ui
Interface Shape.MoveListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Shape s, com.jogamp.math.Vec3f origin, com.jogamp.math.Vec3f dest, MouseEvent e)Move callback
-
-
-
Method Detail
-
run
void run(Shape s, com.jogamp.math.Vec3f origin, com.jogamp.math.Vec3f dest, MouseEvent e)
Move callback- Parameters:
s- the moved shapeorigin- original position, relative object coordinates to the associatedShapedest- new position, relative object coordinates to the associatedShapee- original NewtMouseEvent
-
-