de.jreality.tools
Class PointDragEvent
java.lang.Object
java.util.EventObject
de.jreality.tools.PointDragEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PointDragEvent
- extends java.util.EventObject
The event that signals that some Point of a pointset is being dragged.
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PointDragEvent
public PointDragEvent(PointSet pointSet,
int index,
double[] position)
getX
public double getX()
- The x-coordinate of this event's position.
getY
public double getY()
- The y-coordinate of this event's position.
getZ
public double getZ()
- The z-coordinate of this event's position.
getPosition
public double[] getPosition()
getIndex
public int getIndex()
getPointSet
public PointSet getPointSet()