Uses of Class
org.jfree.chart.plot.CategoryCrosshairState
Package
Description
Plot classes and related interfaces.
Plug-in renderers for the
CategoryPlot
class.-
Uses of CategoryCrosshairState in org.jfree.chart.plot
Modifier and TypeMethodDescriptionboolean
CategoryPlot.render
(Graphics2D g2, Rectangle2D dataArea, int index, PlotRenderingInfo info, CategoryCrosshairState crosshairState) Draws a representation of a dataset within the dataArea region using the appropriate renderer. -
Uses of CategoryCrosshairState in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionCategoryItemRendererState.getCrosshairState()
Returns the crosshair state, if any.Modifier and TypeMethodDescriptionvoid
CategoryItemRendererState.setCrosshairState
(CategoryCrosshairState state) Sets the crosshair state.protected void
AbstractCategoryItemRenderer.updateCrosshairValues
(CategoryCrosshairState crosshairState, Comparable rowKey, Comparable columnKey, double value, int datasetIndex, double transX, double transY, PlotOrientation orientation) Considers the current (x, y) coordinate and updates the crosshair point if it meets the criteria (usually means the (x, y) coordinate is the closest to the anchor point so far).