Package com.jogamp.graph.ui
Interface Shape.MoveListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(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 associatedShape
dest
- new position, relative object coordinates to the associatedShape
e
- original NewtMouseEvent
-
-