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 Summary

    Fields
    Modifier and Type Field Description
    int rowNumber
    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

    Constructors
    Constructor Description
    WPointSelection()  
    WPointSelection​(double distance, int rowNumber)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)