Package eu.webtoolkit.jwt.chart
Class WSurfaceSelection
java.lang.Object
eu.webtoolkit.jwt.chart.WSelection
eu.webtoolkit.jwt.chart.WSurfaceSelection
Represents a selection on a surface plot.
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The x coordinate in the coordinate system of the WAbstractDataModel.double
The y coordinate in the coordinate system of the WAbstractDataModel.double
The z coordinate in the coordinate system of the WAbstractDataModel.Fields inherited from class eu.webtoolkit.jwt.chart.WSelection
distance
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public double xThe x coordinate in the coordinate system of the WAbstractDataModel. -
y
public double yThe y coordinate in the coordinate system of the WAbstractDataModel. -
z
public double zThe z coordinate in the coordinate system of the WAbstractDataModel.
-
-
Constructor Details
-
WSurfaceSelection
public WSurfaceSelection() -
WSurfaceSelection
public WSurfaceSelection(double distance, double x, double y, double z)
-