public class PrimitiveDragEvent extends EventObject
Constructor and Description |
---|
PrimitiveDragEvent(Geometry geom,
double[] position) |
Modifier and Type | Method and Description |
---|---|
Geometry |
getGeometry() |
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 PrimitiveDragEvent(Geometry geom, double[] position)
public double getX()
public double getY()
public double getZ()
public double[] getPosition()
public Geometry getGeometry()