Uses of Class
org.jfree.chart.plot.Crosshair
-
Packages that use Crosshair Package Description org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.chart.swing Classes that provide support for JFreeChart in Swing applications. -
-
Uses of Crosshair in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type Crosshair Modifier and Type Method Description StringCrosshairLabelGenerator. generateLabel(Crosshair crosshair)Returns a string that can be used as the label for a crosshair.StringStandardCrosshairLabelGenerator. generateLabel(Crosshair crosshair)Returns a string that can be used as the label for a crosshair. -
Uses of Crosshair in org.jfree.chart.swing
Fields in org.jfree.chart.swing with type parameters of type Crosshair Modifier and Type Field Description protected List<Crosshair>CrosshairOverlay. xCrosshairsStorage for the crosshairs along the x-axis.protected List<Crosshair>CrosshairOverlay. yCrosshairsStorage for the crosshairs along the y-axis.Methods in org.jfree.chart.swing that return types with arguments of type Crosshair Modifier and Type Method Description List<Crosshair>CrosshairOverlay. getDomainCrosshairs()Returns a new list containing the domain crosshairs for this overlay.List<Crosshair>CrosshairOverlay. getRangeCrosshairs()Returns a new list containing the range crosshairs for this overlay.Methods in org.jfree.chart.swing with parameters of type Crosshair Modifier and Type Method Description voidCrosshairOverlay. addDomainCrosshair(Crosshair crosshair)Adds a crosshair against the domain axis (x-axis) and sends anOverlayChangeEventto all registered listeners.voidCrosshairOverlay. addRangeCrosshair(Crosshair crosshair)Adds a crosshair against the range axis and sends anOverlayChangeEventto all registered listeners.protected voidCrosshairOverlay. drawHorizontalCrosshair(Graphics2D g2, Rectangle2D dataArea, double y, Crosshair crosshair)Draws a crosshair horizontally across the plot.protected voidCrosshairOverlay. drawVerticalCrosshair(Graphics2D g2, Rectangle2D dataArea, double x, Crosshair crosshair)Draws a crosshair vertically on the plot.voidCrosshairOverlay. removeDomainCrosshair(Crosshair crosshair)Removes a domain axis crosshair and sends anOverlayChangeEventto all registered listeners.voidCrosshairOverlay. removeRangeCrosshair(Crosshair crosshair)Removes a range axis crosshair and sends anOverlayChangeEventto all registered listeners.
-