Package eu.webtoolkit.jwt.chart
Class WPointSelection
java.lang.Object
eu.webtoolkit.jwt.chart.WSelection
eu.webtoolkit.jwt.chart.WPointSelection
Represents a single point selection on a
WScatterData
.-
Field Summary
Modifier and TypeFieldDescriptionint
The row number of the WAbstractDataModel that the selected point is defined in.Fields inherited from class eu.webtoolkit.jwt.chart.WSelection
distance
-
Constructor Summary
-
Method Summary
-
Field Details
-
rowNumber
public int rowNumberThe row number of the WAbstractDataModel that the selected point is defined in.
-
-
Constructor Details
-
WPointSelection
public WPointSelection() -
WPointSelection
public WPointSelection(double distance, int rowNumber)
-