JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.ui.Shape.MoveListener Interface Reference

Shape move listener More...

Collaboration diagram for com.jogamp.graph.ui.Shape.MoveListener:

Public Member Functions

void run (Shape s, Vec3f origin, Vec3f dest, MouseEvent e)
 Move callback. More...
 

Detailed Description

Shape move listener

Definition at line 116 of file Shape.java.

Member Function Documentation

◆ run()

void com.jogamp.graph.ui.Shape.MoveListener.run ( Shape  s,
Vec3f  origin,
Vec3f  dest,
MouseEvent  e 
)

Move callback.

Parameters
sthe moved shape
originoriginal position, relative object coordinates to the associated Shape
destnew position, relative object coordinates to the associated Shape
eoriginal Newt MouseEvent

The documentation for this interface was generated from the following file: