public class AutoAnnotateXYPlot.MultiCrosshairState extends AutoAnnotateXYPlot.TransparentCrosshairState
anchor, anchorX, anchorY, crosshairX, crosshairY, distance| Constructor and Description |
|---|
MultiCrosshairState(int series) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBestCrosshairSeries() |
double |
getCrosshairX(int i) |
double |
getCrosshairY(int i) |
double |
getDistance(int i) |
boolean |
multiEnabled() |
void |
setAnchor(java.awt.geom.Point2D anchor) |
void |
setCrosshairDistance(double distance) |
void |
setCrosshairX(double x) |
void |
setCrosshairY(double y) |
protected void |
setSeries(int series) |
java.lang.String |
toString() |
void |
updateCrosshairPoint(double x,
double y,
double transX,
double transY,
org.jfree.chart.plot.PlotOrientation orientation)
Deprecated.
|
void |
updateCrosshairPoint(double x,
double y,
int domainAxisIndex,
int rangeAxisIndex,
double transX,
double transY,
org.jfree.chart.plot.PlotOrientation orientation) |
void |
updateCrosshairX(double candidateX)
Deprecated.
|
void |
updateCrosshairX(double candidateX,
int axis) |
void |
updateCrosshairY(double candidateY)
Deprecated.
|
void |
updateCrosshairY(double candidateY,
int axis) |
getCrosshairX, getCrosshairY, getDistancepublic boolean multiEnabled()
public double getCrosshairX(int i)
public double getCrosshairY(int i)
public double getDistance(int i)
public int getBestCrosshairSeries()
public void setAnchor(java.awt.geom.Point2D anchor)
setAnchor in class AutoAnnotateXYPlot.TransparentCrosshairStatepublic void setCrosshairDistance(double distance)
setCrosshairDistance in class AutoAnnotateXYPlot.TransparentCrosshairState@Deprecated
public void updateCrosshairPoint(double x,
double y,
double transX,
double transY,
org.jfree.chart.plot.PlotOrientation orientation)
updateCrosshairPoint in class AutoAnnotateXYPlot.TransparentCrosshairStatepublic void updateCrosshairPoint(double x,
double y,
int domainAxisIndex,
int rangeAxisIndex,
double transX,
double transY,
org.jfree.chart.plot.PlotOrientation orientation)
updateCrosshairPoint in class AutoAnnotateXYPlot.TransparentCrosshairStatex - the x value of the item being rendered in data spacey - the y value of the item being rendered in data spacetransX - The domain value, in j2d space.transY - The range value in j2d space.@Deprecated public void updateCrosshairX(double candidateX)
updateCrosshairX in class AutoAnnotateXYPlot.TransparentCrosshairStatepublic void updateCrosshairX(double candidateX,
int axis)
updateCrosshairX in class AutoAnnotateXYPlot.TransparentCrosshairState@Deprecated public void updateCrosshairY(double candidateY)
updateCrosshairY in class AutoAnnotateXYPlot.TransparentCrosshairStatepublic void updateCrosshairY(double candidateY,
int axis)
updateCrosshairY in class AutoAnnotateXYPlot.TransparentCrosshairStatepublic void setCrosshairX(double x)
setCrosshairX in class AutoAnnotateXYPlot.TransparentCrosshairStatepublic void setCrosshairY(double y)
setCrosshairY in class AutoAnnotateXYPlot.TransparentCrosshairStateprotected void setSeries(int series)
public java.lang.String toString()
toString in class AutoAnnotateXYPlot.TransparentCrosshairState