Uses of Class
org.jfree.chart.plot.CategoryCrosshairState
Packages that use CategoryCrosshairState
-
Uses of CategoryCrosshairState in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type CategoryCrosshairStateModifier 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
Methods in org.jfree.chart.renderer.category that return CategoryCrosshairStateModifier and TypeMethodDescriptionCategoryItemRendererState.getCrosshairState()
Returns the crosshair state, if any.Methods in org.jfree.chart.renderer.category with parameters of type CategoryCrosshairStateModifier 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).