Uses of Class
org.jfree.chart.axis.ValueTick
Packages that use ValueTick
Package
Description
Axis classes and interfaces.
Plot classes and related interfaces.
-
Uses of ValueTick in org.jfree.chart.axis
Subclasses of ValueTick in org.jfree.chart.axisModifier and TypeClassDescriptionprotected static classA special Number tick that also hold information about the cycle bound mapping for this tick.classA tick used by theDateAxisclass.classA tick from aLogAxis.classA numerical tick.Methods in org.jfree.chart.axis with parameters of type ValueTickModifier 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
Method parameters in org.jfree.chart.plot with type arguments of type ValueTickModifier and TypeMethodDescriptionprotected voidXYPlot.drawDomainGridlines(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks) Draws the gridlines for the plot, if they are visible.voidXYPlot.drawDomainTickBands(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks) Draws the domain tick bands, if any.protected voidXYPlot.drawRangeGridlines(Graphics2D g2, Rectangle2D area, List<ValueTick> ticks) Draws the gridlines for the plot's primary range axis, if they are visible.voidXYPlot.drawRangeTickBands(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks) Draws the range tick bands, if any.