Uses of Class
org.jfree.chart.axis.ValueTick
-
Packages that use ValueTick Package Description org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of ValueTick in org.jfree.chart.axis
Subclasses of ValueTick in org.jfree.chart.axis Modifier and Type Class Description protected static class
CyclicNumberAxis.CycleBoundTick
A special Number tick that also hold information about the cycle bound mapping for this tick.class
DateTick
A tick used by theDateAxis
class.class
LogTick
A tick from aLogAxis
.class
NumberTick
A numerical tick.Methods in org.jfree.chart.axis with parameters of type ValueTick Modifier and Type Method Description protected float[]
CyclicNumberAxis. calculateAnchorPoint(ValueTick tick, double cursor, java.awt.geom.Rectangle2D dataArea, RectangleEdge edge)
Calculates the anchor point for a tick.protected float[]
ValueAxis. calculateAnchorPoint(ValueTick tick, double cursor, java.awt.geom.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 ValueTick Modifier and Type Method Description protected void
XYPlot. drawDomainGridlines(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, java.util.List<ValueTick> ticks)
Draws the gridlines for the plot, if they are visible.void
XYPlot. drawDomainTickBands(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, java.util.List<ValueTick> ticks)
Draws the domain tick bands, if any.protected void
XYPlot. drawRangeGridlines(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area, java.util.List<ValueTick> ticks)
Draws the gridlines for the plot's primary range axis, if they are visible.void
XYPlot. drawRangeTickBands(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, java.util.List<ValueTick> ticks)
Draws the range tick bands, if any.
-