Uses of Class
org.jfree.chart.axis.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 class
DateTick
A tick used by theDateAxis
class.class
NumberTick
A numerical tick. -
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 void
XYPlot. drawDomainTickBands(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks)
Draws the domain tick bands, if any.void
XYPlot. drawRangeTickBands(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks)
Draws the range tick bands, if any.