Class SeriesSelection
java.lang.Object
com.codename1.charts.models.SeriesSelection
public class SeriesSelection
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionSeriesSelection(int seriesIndex, int pointIndex, double xValue, double value) -
Method Summary
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()
-