|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Crosshair | |
---|---|
org.jfree.chart.labels | Generators and other classes used for the display of item labels and tooltips. |
org.jfree.chart.panel | Classes related to the ChartPanel class. |
Uses of Crosshair in org.jfree.chart.labels |
---|
Methods in org.jfree.chart.labels with parameters of type Crosshair | |
---|---|
java.lang.String |
CrosshairLabelGenerator.generateLabel(Crosshair crosshair)
Returns a string that can be used as the label for a crosshair. |
java.lang.String |
StandardCrosshairLabelGenerator.generateLabel(Crosshair crosshair)
Returns a string that can be used as the label for a crosshair. |
Uses of Crosshair in org.jfree.chart.panel |
---|
Methods in org.jfree.chart.panel with parameters of type Crosshair | |
---|---|
void |
CrosshairOverlay.addDomainCrosshair(Crosshair crosshair)
Adds a crosshair against the domain axis. |
void |
CrosshairOverlay.addRangeCrosshair(Crosshair crosshair)
Adds a crosshair against the range axis. |
protected void |
CrosshairOverlay.drawHorizontalCrosshair(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
double y,
Crosshair crosshair)
Draws a crosshair horizontally across the plot. |
protected void |
CrosshairOverlay.drawVerticalCrosshair(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
double x,
Crosshair crosshair)
Draws a crosshair vertically on the plot. |
void |
CrosshairOverlay.removeDomainCrosshair(Crosshair crosshair)
|
void |
CrosshairOverlay.removeRangeCrosshair(Crosshair crosshair)
|
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |