Uses of Class
org.jfree.chart.axis.ValueTick
Package
Description
Axis classes and interfaces.
Plot classes and related interfaces.
-
Uses of ValueTick in org.jfree.chart.axis
Modifier and TypeClassDescriptionprotected static class
A special Number tick that also hold information about the cycle bound mapping for this tick.class
A tick used by theDateAxis
class.class
A tick from aLogAxis
.class
A numerical tick.Modifier and TypeMethodDescriptionprotected float[]
CyclicNumberAxis.calculateAnchorPoint
(ValueTick tick, double cursor, Rectangle2D dataArea, RectangleEdge edge) Calculates the anchor point for a tick.protected float[]
ValueAxis.calculateAnchorPoint
(ValueTick tick, double cursor, Rectangle2D dataArea, RectangleEdge edge) Calculates the anchor point for a tick label. -
Uses of ValueTick in org.jfree.chart.plot
Modifier and TypeMethodDescriptionprotected void
XYPlot.drawDomainGridlines
(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks) Draws the gridlines for the plot, if they are visible.void
XYPlot.drawDomainTickBands
(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks) Draws the domain tick bands, if any.protected void
XYPlot.drawRangeGridlines
(Graphics2D g2, Rectangle2D area, List<ValueTick> ticks) Draws the gridlines for the plot's primary range axis, if they are visible.void
XYPlot.drawRangeTickBands
(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks) Draws the range tick bands, if any.