Class SeriesSelection

java.lang.Object
com.codename1.charts.models.SeriesSelection

public class SeriesSelection extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SeriesSelection(int seriesIndex, int pointIndex, double xValue, double value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    double
     
    double
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SeriesSelection

      public SeriesSelection(int seriesIndex, int pointIndex, double xValue, double value)
  • Method Details

    • getSeriesIndex

      public int getSeriesIndex()
    • getPointIndex

      public int getPointIndex()
    • getXValue

      public double getXValue()
    • getValue

      public double getValue()