Class WPointSelection

java.lang.Object
eu.webtoolkit.jwt.chart.WSelection
eu.webtoolkit.jwt.chart.WPointSelection

public class WPointSelection extends WSelection
Represents a single point selection on a WScatterData.
  • Field Details

    • rowNumber

      public int rowNumber
      The row number of the WAbstractDataModel that the selected point is defined in.
  • Constructor Details

    • WPointSelection

      public WPointSelection()
    • WPointSelection

      public WPointSelection(double distance, int rowNumber)