Package de.gsi.chart.plugins
Class DataPointTooltip.DataPoint
- java.lang.Object
-
- de.gsi.chart.plugins.DataPointTooltip.DataPoint
-
- Enclosing class:
- DataPointTooltip
protected class DataPointTooltip.DataPoint extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartgetChart()doublegetDistanceFromMouse()java.lang.StringgetLabel()doublegetX()doublegetY()
-
-
-
Field Detail
-
chart
protected final Chart chart
-
x
protected final double x
-
y
protected final double y
-
label
protected final java.lang.String label
-
distanceFromMouse
protected double distanceFromMouse
-
-
Constructor Detail
-
DataPoint
protected DataPoint(Chart chart, double x, double y, java.lang.String label)
-
-
Method Detail
-
getChart
public Chart getChart()
-
getDistanceFromMouse
public double getDistanceFromMouse()
-
getLabel
public java.lang.String getLabel()
-
getX
public double getX()
-
getY
public double getY()
-
-