public class PointDragEvent extends EventObject
Constructor and Description |
---|
PointDragEvent(PointSet pointSet,
int index,
double[] position) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
PointSet |
getPointSet() |
double[] |
getPosition() |
double |
getX()
The x-coordinate of this event's position.
|
double |
getY()
The y-coordinate of this event's position.
|
double |
getZ()
The z-coordinate of this event's position.
|
getSource, toString
public PointDragEvent(PointSet pointSet, int index, double[] position)
public double getX()
public double getY()
public double getZ()
public double[] getPosition()
public int getIndex()
public PointSet getPointSet()