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.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses. -
-
Uses of ValueTick in org.jfree.chart.axis
Subclasses of ValueTick in org.jfree.chart.axis Modifier and Type Class Description protected static classCyclicNumberAxis.CycleBoundTickA special Number tick that also hold information about the cycle bound mapping for this tick.classDateTickA tick used by theDateAxisclass.classLogTickA tick from aLogAxis.classNumberTickA numerical tick.Methods in org.jfree.chart.axis that return types with arguments of type ValueTick Modifier and Type Method Description List<ValueTick>AxisState. getTicks()Returns the list of ticks.Methods in org.jfree.chart.axis with parameters of type ValueTick Modifier and Type Method Description protected 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.Method parameters in org.jfree.chart.axis with type arguments of type ValueTick Modifier and Type Method Description voidAxisState. setTicks(List<ValueTick> ticks)Sets the list of ticks. -
Uses of ValueTick in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return types with arguments of type ValueTick Modifier and Type Method Description protected List<ValueTick>PolarPlot. buildRadialTicks(List<ValueTick> allTicks)Create a list of ticks based on the given list and plot properties.protected List<ValueTick>PolarPlot. refreshAngleTicks()Generates a list of tick values for the angular tick marks.Method parameters in org.jfree.chart.plot with type arguments of type ValueTick Modifier and Type Method Description protected List<ValueTick>PolarPlot. buildRadialTicks(List<ValueTick> allTicks)Create a list of ticks based on the given list and plot properties.protected 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 voidPolarPlot. drawGridlines(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> angularTicks, List<ValueTick> radialTicks)Draws the gridlines for the plot, if they are visible.protected voidCategoryPlot. drawRangeGridlines(Graphics2D g2, Rectangle2D dataArea, List<ValueTick> ticks)Draws the range gridlines for the plot, if they are visible.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. -
Uses of ValueTick in org.jfree.chart.renderer
Method parameters in org.jfree.chart.renderer with type arguments of type ValueTick Modifier and Type Method Description voidPolarItemRenderer. drawAngularGridLines(Graphics2D g2, PolarPlot plot, List<ValueTick> ticks, Rectangle2D dataArea)Draw the angular gridlines - the spokes.voidPolarItemRenderer. drawRadialGridLines(Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, List<ValueTick> ticks, Rectangle2D dataArea)Draw the radial gridlines - the rings.
-