Uses of Class
org.jfree.chart.axis.ValueAxis
-
Packages that use ValueAxis Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.annotations A framework for adding annotations to charts.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.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass.org.jfree.chart.title Classes used to display chart titles and subtitles. -
-
Uses of ValueAxis in org.jfree.chart
Methods in org.jfree.chart with parameters of type ValueAxis Modifier and Type Method Description protected voidStandardChartTheme. applyToValueAxis(ValueAxis axis)Applies the attributes for this theme to aValueAxis.java.awt.geom.GeneralPathClipPath. draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, ValueAxis horizontalAxis, ValueAxis verticalAxis)Deprecated.Draws the clip path.java.awt.geom.GeneralPathClipPath. generateClipPath(java.awt.geom.Rectangle2D dataArea, ValueAxis horizontalAxis, ValueAxis verticalAxis)Deprecated.Generates the clip path. -
Uses of ValueAxis in org.jfree.chart.annotations
Methods in org.jfree.chart.annotations with parameters of type ValueAxis Modifier and Type Method Description abstract voidAbstractXYAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidCategoryAnnotation. draw(java.awt.Graphics2D g2, CategoryPlot plot, java.awt.geom.Rectangle2D dataArea, CategoryAxis domainAxis, ValueAxis rangeAxis)Draws the annotation.voidCategoryLineAnnotation. draw(java.awt.Graphics2D g2, CategoryPlot plot, java.awt.geom.Rectangle2D dataArea, CategoryAxis domainAxis, ValueAxis rangeAxis)Draws the annotation.voidCategoryPointerAnnotation. draw(java.awt.Graphics2D g2, CategoryPlot plot, java.awt.geom.Rectangle2D dataArea, CategoryAxis domainAxis, ValueAxis rangeAxis)Draws the annotation.voidCategoryTextAnnotation. draw(java.awt.Graphics2D g2, CategoryPlot plot, java.awt.geom.Rectangle2D dataArea, CategoryAxis domainAxis, ValueAxis rangeAxis)Draws the annotation.voidXYAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYBoxAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYDataImageAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYDrawableAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYImageAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYLineAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYPointerAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYPolygonAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYShapeAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYTextAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation.voidXYTitleAnnotation. draw(java.awt.Graphics2D g2, XYPlot plot, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, int rendererIndex, PlotRenderingInfo info)Draws the annotation. -
Uses of ValueAxis in org.jfree.chart.axis
Subclasses of ValueAxis in org.jfree.chart.axis Modifier and Type Class Description classCyclicNumberAxisThis class extends NumberAxis and handles cycling.classDateAxisThe base class for axes that display dates.classLogarithmicAxisA numerical axis that uses a logarithmic scale.classLogAxisA numerical axis that uses a logarithmic scale.classModuloAxisAn axis that displays numerical values within a fixed range using a modulo calculation.classNumberAxisAn axis for displaying numerical data.classNumberAxis3DA standard linear value axis with a 3D effect corresponding to the offset specified by some renderers.classPeriodAxisAn axis that displays a date scale based on aRegularTimePeriod.classSymbolAxisA standard linear value axis that replaces integer values with symbols.Methods in org.jfree.chart.axis that return ValueAxis Modifier and Type Method Description ValueAxisColorBar. getAxis()Deprecated.Returns the axis.Methods in org.jfree.chart.axis with parameters of type ValueAxis Modifier and Type Method Description voidColorBar. setAxis(ValueAxis axis)Deprecated.Sets the axis. -
Uses of ValueAxis in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return ValueAxis Modifier and Type Method Description ValueAxisPolarPlot. getAxis()Returns the primary axis for the plot.ValueAxisPolarPlot. getAxis(int index)Returns an axis for the plot.ValueAxisPolarPlot. getAxisForDataset(int index)Returns the axis for a dataset.ValueAxisContourPlot. getDomainAxis()Deprecated.Returns the domain axis for the plot.ValueAxisFastScatterPlot. getDomainAxis()Returns the domain axis for the plot.ValueAxisXYPlot. getDomainAxis()Returns the domain axis with index 0.ValueAxisXYPlot. getDomainAxis(int index)Returns the domain axis with the specified index, ornullif there is no axis with that index.ValueAxisXYPlot. getDomainAxisForDataset(int index)Returns the domain axis for a dataset.ValueAxisCategoryPlot. getRangeAxis()Returns the range axis for the plot.ValueAxisCategoryPlot. getRangeAxis(int index)Returns a range axis.ValueAxisContourPlot. getRangeAxis()Deprecated.Returns the range axis for the plot.ValueAxisFastScatterPlot. getRangeAxis()Returns the range axis for the plot.ValueAxisThermometerPlot. getRangeAxis()Returns the range axis.ValueAxisXYPlot. getRangeAxis()Returns the range axis for the plot.ValueAxisXYPlot. getRangeAxis(int index)Returns the range axis with the specified index, ornullif there is no axis with that index.ValueAxisCategoryPlot. getRangeAxisForDataset(int index)Returns the range axis for a dataset.ValueAxisXYPlot. getRangeAxisForDataset(int index)Returns the range axis for a dataset.Methods in org.jfree.chart.plot with parameters of type ValueAxis Modifier and Type Method Description voidContourPlot. contourRenderer(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState)Deprecated.Fills the plot.protected AxisStatePolarPlot. drawAxis(ValueAxis axis, PolarAxisLocation location, java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea)Draws the axis with the specified index.protected voidXYPlot. drawDomainCrosshair(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotOrientation orientation, double value, ValueAxis axis, java.awt.Stroke stroke, java.awt.Paint paint)Draws a domain crosshair.voidContourPlot. drawDomainMarker(java.awt.Graphics2D g2, ContourPlot plot, ValueAxis domainAxis, Marker marker, java.awt.geom.Rectangle2D dataArea)Deprecated.Draws a vertical line on the chart to represent a 'range marker'.protected voidCategoryPlot. drawRangeCrosshair(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotOrientation orientation, double value, ValueAxis axis, java.awt.Stroke stroke, java.awt.Paint paint)Draws a range crosshair.protected voidXYPlot. drawRangeCrosshair(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotOrientation orientation, double value, ValueAxis axis, java.awt.Stroke stroke, java.awt.Paint paint)Draws a range crosshair.voidContourPlot. drawRangeMarker(java.awt.Graphics2D g2, ContourPlot plot, ValueAxis rangeAxis, Marker marker, java.awt.geom.Rectangle2D dataArea)Deprecated.Draws a horizontal line across the chart to represent a 'range marker'.intPolarPlot. getAxisIndex(ValueAxis axis)Returns the index of the given axis.RangeCategoryPlot. getDataRange(ValueAxis axis)Returns the range of data values that will be plotted against the range axis.RangeCombinedDomainCategoryPlot. getDataRange(ValueAxis axis)Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.RangeCombinedDomainXYPlot. getDataRange(ValueAxis axis)Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.RangeCombinedRangeCategoryPlot. getDataRange(ValueAxis axis)Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.RangeCombinedRangeXYPlot. getDataRange(ValueAxis axis)Returns a range representing the extent of the data values in this plot (obtained from the subplots) that will be rendered against the specified axis.RangeContourPlot. getDataRange(ValueAxis axis)Deprecated.Returns the range for an axis.RangeFastScatterPlot. getDataRange(ValueAxis axis)Returns the range of data values to be plotted along the axis, ornullif the specified axis isn't the domain axis or the range axis for the plot.RangePolarPlot. getDataRange(ValueAxis axis)Returns the range for the specified axis.RangeThermometerPlot. getDataRange(ValueAxis axis)Returns the data range.RangeValueAxisPlot. getDataRange(ValueAxis axis)Returns the data range that should apply for the specified axis.RangeXYPlot. getDataRange(ValueAxis axis)Returns the range for the specified axis.intXYPlot. getDomainAxisIndex(ValueAxis axis)Returns the index of the given domain axis.intCategoryPlot. getRangeAxisIndex(ValueAxis axis)Returns the index of the specified axis, or-1if the axis is not assigned to the plot.intXYPlot. getRangeAxisIndex(ValueAxis axis)Returns the index of the given range axis.booleanContourPlot. isCompatibleDomainAxis(ValueAxis axis)Deprecated.Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.voidContourPlot. pointRenderer(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState)Deprecated.Draws the visual representation of a single data item.voidPolarPlot. setAxis(int index, ValueAxis axis)Sets an axis for the plot and sends aPlotChangeEventto all registered listeners.voidPolarPlot. setAxis(int index, ValueAxis axis, boolean notify)Sets an axis for the plot and, if requested, sends aPlotChangeEventto all registered listeners.voidPolarPlot. setAxis(ValueAxis axis)Sets the primary axis for the plot and sends aPlotChangeEventto all registered listeners.voidXYPlot. setDomainAxes(ValueAxis[] axes)Sets the domain axes for this plot and sends aPlotChangeEventto all registered listeners.voidContourPlot. setDomainAxis(ValueAxis axis)Deprecated.Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).voidFastScatterPlot. setDomainAxis(ValueAxis axis)Sets the domain axis and sends aPlotChangeEventto all registered listeners.voidXYPlot. setDomainAxis(int index, ValueAxis axis)Sets a domain axis and sends aPlotChangeEventto all registered listeners.voidXYPlot. setDomainAxis(int index, ValueAxis axis, boolean notify)Sets a domain axis and, if requested, sends aPlotChangeEventto all registered listeners.voidXYPlot. setDomainAxis(ValueAxis axis)Sets the domain axis for the plot and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. setRangeAxes(ValueAxis[] axes)Sets the range axes for this plot and sends aPlotChangeEventto all registered listeners.voidXYPlot. setRangeAxes(ValueAxis[] axes)Sets the range axes for this plot and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. setRangeAxis(int index, ValueAxis axis)Sets a range axis and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. setRangeAxis(int index, ValueAxis axis, boolean notify)Sets a range axis and, if requested, sends aPlotChangeEventto all registered listeners.voidCategoryPlot. setRangeAxis(ValueAxis axis)Sets the range axis for the plot and sends aPlotChangeEventto all registered listeners.voidContourPlot. setRangeAxis(ValueAxis axis)Deprecated.Sets the range axis for the plot.voidFastScatterPlot. setRangeAxis(ValueAxis axis)Sets the range axis and sends aPlotChangeEventto all registered listeners.voidThermometerPlot. setRangeAxis(ValueAxis axis)Sets the range axis for the plot and sends aPlotChangeEventto all registered listeners.voidXYPlot. setRangeAxis(int index, ValueAxis axis)Sets a range axis and sends aPlotChangeEventto all registered listeners.voidXYPlot. setRangeAxis(int index, ValueAxis axis, boolean notify)Sets a range axis and, if requested, sends aPlotChangeEventto all registered listeners.voidXYPlot. setRangeAxis(ValueAxis axis)Sets the range axis for the plot and sends aPlotChangeEventto all registered listeners.java.awt.PointPolarPlot. translateToJava2D(double angleDegrees, double radius, ValueAxis axis, java.awt.geom.Rectangle2D dataArea)Translates a (theta, radius) pair into Java2D coordinates.Constructors in org.jfree.chart.plot with parameters of type ValueAxis Constructor Description CategoryPlot(CategoryDataset dataset, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryItemRenderer renderer)Creates a new plot.CombinedDomainXYPlot(ValueAxis domainAxis)Creates a new combined plot that shares a domain axis among multiple subplots.CombinedRangeCategoryPlot(ValueAxis rangeAxis)Creates a new plot.CombinedRangeXYPlot(ValueAxis rangeAxis)Creates a new plot.ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar)Deprecated.Constructs a contour plot with the specified axes (other attributes take default values).FastScatterPlot(float[][] data, ValueAxis domainAxis, ValueAxis rangeAxis)Creates a new fast scatter plot.PolarPlot(XYDataset dataset, ValueAxis radiusAxis, PolarItemRenderer renderer)Creates a new plot.XYPlot(XYDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, XYItemRenderer renderer)Creates a new plot with the specified dataset, axes and renderer. -
Uses of ValueAxis in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer with parameters of type ValueAxis Modifier and Type Method Description voidDefaultPolarItemRenderer. drawRadialGridLines(java.awt.Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, java.util.List ticks, java.awt.geom.Rectangle2D dataArea)Draw the radial gridlines - the rings.voidPolarItemRenderer. drawRadialGridLines(java.awt.Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, java.util.List ticks, java.awt.geom.Rectangle2D dataArea)Draw the radial gridlines - the rings. -
Uses of ValueAxis in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category that return ValueAxis Modifier and Type Method Description protected ValueAxisAbstractCategoryItemRenderer. getRangeAxis(CategoryPlot plot, int index)Returns a range axis for a plot.Methods in org.jfree.chart.renderer.category with parameters of type ValueAxis Modifier and Type Method Description voidBoxAndWhiskerRenderer. drawHorizontalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the visual representation of a single data item when the plot has a horizontal orientation.protected voidLayeredBarRenderer. drawHorizontalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.protected voidStatisticalBarRenderer. drawHorizontalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, StatisticalCategoryDataset dataset, int visibleRow, int row, int column)Draws an item for a plot with a horizontal orientation.protected voidIntervalBarRenderer. drawInterval(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, IntervalCategoryDataset dataset, int row, int column)Draws a single interval.voidAreaRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws the bar for a single (series, category) data item.voidBarRenderer3D. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws a 3D bar to represent one data item.voidBoxAndWhiskerRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidCategoryItemRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws a single data item.voidCategoryStepRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidGanttRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws the bar for a single (series, category) data item.voidGroupedStackedBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws a stacked bar for a specific item.voidIntervalBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws the bar for a single (series, category) data item.voidLayeredBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column, int pass)Draws the bar for one item in the dataset.voidLevelRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws the bar for a single (series, category) data item.voidLineAndShapeRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidLineRenderer3D. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidMinMaxCategoryRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidScatterRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidStackedAreaRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidStackedBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws a stacked bar for a specific item.voidStackedBarRenderer3D. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws the visual representation of one data item from the chart (in fact, this method does nothing until it reaches the last item for each category, at which point it draws all the items for that category).voidStatisticalBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column, int pass)Draws the bar with its standard deviation line range for a single (series, category) data item.voidStatisticalLineAndShapeRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draw a single data item.voidWaterfallBarRenderer. drawItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, int pass)Draws the bar for a single (series, category) data item.voidAbstractCategoryItemRenderer. drawRangeGridline(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidBarRenderer3D. drawRangeGridline(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidCategoryItemRenderer. drawRangeGridline(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidLineRenderer3D. drawRangeGridline(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidAbstractCategoryItemRenderer. drawRangeLine(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value, java.awt.Paint paint, java.awt.Stroke stroke)Draws a line perpendicular to the range axis.voidBarRenderer3D. drawRangeLine(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value, java.awt.Paint paint, java.awt.Stroke stroke)Draws a line perpendicular to the range axis.voidAbstractCategoryItemRenderer. drawRangeMarker(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a marker for the range axis.voidBarRenderer3D. drawRangeMarker(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a range marker.voidCategoryItemRenderer. drawRangeMarker(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a line (or some other marker) to indicate a particular value on the range axis.voidLineRenderer3D. drawRangeMarker(java.awt.Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a range marker.protected voidStackedBarRenderer3D. drawStackHorizontal(java.util.List values, java.lang.Comparable category, java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset)Draws a stack of bars for one category, with a horizontal orientation.protected voidStackedBarRenderer3D. drawStackVertical(java.util.List values, java.lang.Comparable category, java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset)Draws a stack of bars for one category, with a vertical orientation.protected voidGanttRenderer. drawTask(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, GanttCategoryDataset dataset, int row, int column)Draws a single task.protected voidGanttRenderer. drawTasks(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, GanttCategoryDataset dataset, int row, int column)Draws the tasks/subtasks for one item.voidBoxAndWhiskerRenderer. drawVerticalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the visual representation of a single data item when the plot has a vertical orientation.protected voidLayeredBarRenderer. drawVerticalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.protected voidStatisticalBarRenderer. drawVerticalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, StatisticalCategoryDataset dataset, int visibleRow, int row, int column)Draws an item for a plot with a vertical orientation. -
Uses of ValueAxis in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type ValueAxis Modifier and Type Method Description voidAbstractXYItemRenderer. drawAnnotations(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, org.jfree.ui.Layer layer, PlotRenderingInfo info)Draws all the annotations for the specified layer.voidXYItemRenderer. drawAnnotations(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, ValueAxis domainAxis, ValueAxis rangeAxis, org.jfree.ui.Layer layer, PlotRenderingInfo info)Draws all the annotations for the specified layer.voidAbstractXYItemRenderer. drawDomainGridLine(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidXYItemRenderer. drawDomainGridLine(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value)Draws a grid line against the domain axis.voidAbstractXYItemRenderer. drawDomainLine(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value, java.awt.Paint paint, java.awt.Stroke stroke)Draws a line perpendicular to the domain axis.voidAbstractXYItemRenderer. drawDomainMarker(java.awt.Graphics2D g2, XYPlot plot, ValueAxis domainAxis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a vertical line on the chart to represent a 'range marker'.voidXYItemRenderer. drawDomainMarker(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws the specifiedmarkeragainst the domain axis.voidXYBoxAndWhiskerRenderer. drawHorizontalItem(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidCandlestickRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidClusteredXYBarRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidCyclicXYItemRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidDeviationRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidHighLowRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidSamplingXYLineRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStackedXYAreaRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStackedXYAreaRenderer2. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStackedXYBarRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStandardXYItemRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidVectorRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the block representing the specified item.voidWindItemRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D plotArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYAreaRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYAreaRenderer2. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYBarRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYBlockRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the block representing the specified item.voidXYBoxAndWhiskerRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYBubbleRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYDifferenceRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYDotRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYErrorRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation for one data item.voidXYItemRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Called for each item to be plotted.voidXYLineAndShapeRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYShapeRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the block representing the specified item.voidXYStepAreaRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYStepRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidYIntervalRenderer. drawItem(java.awt.Graphics2D g2, XYItemRendererState state, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.protected voidXYDifferenceRenderer. drawItemPass0(java.awt.Graphics2D x_graphics, java.awt.geom.Rectangle2D x_dataArea, PlotRenderingInfo x_info, XYPlot x_plot, ValueAxis x_domainAxis, ValueAxis x_rangeAxis, XYDataset x_dataset, int x_series, int x_item, CrosshairState x_crosshairState)Draws the visual representation of a single data item, first pass.protected voidXYDifferenceRenderer. drawItemPass1(java.awt.Graphics2D x_graphics, java.awt.geom.Rectangle2D x_dataArea, PlotRenderingInfo x_info, XYPlot x_plot, ValueAxis x_domainAxis, ValueAxis x_rangeAxis, XYDataset x_dataset, int x_series, int x_item, CrosshairState x_crosshairState)Draws the visual representation of a single data item, second pass.protected voidXYLineAndShapeRenderer. drawPrimaryLine(XYItemRendererState state, java.awt.Graphics2D g2, XYPlot plot, XYDataset dataset, int pass, int series, int item, ValueAxis domainAxis, ValueAxis rangeAxis, java.awt.geom.Rectangle2D dataArea)Draws the item (first pass).protected voidXYLineAndShapeRenderer. drawPrimaryLineAsPath(XYItemRendererState state, java.awt.Graphics2D g2, XYPlot plot, XYDataset dataset, int pass, int series, int item, ValueAxis domainAxis, ValueAxis rangeAxis, java.awt.geom.Rectangle2D dataArea)Draws the item (first pass).protected voidXYSplineRenderer. drawPrimaryLineAsPath(XYItemRendererState state, java.awt.Graphics2D g2, XYPlot plot, XYDataset dataset, int pass, int series, int item, ValueAxis xAxis, ValueAxis yAxis, java.awt.geom.Rectangle2D dataArea)Draws the item (first pass).voidAbstractXYItemRenderer. drawRangeLine(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value, java.awt.Paint paint, java.awt.Stroke stroke)Draws a line perpendicular to the range axis.voidXYItemRenderer. drawRangeLine(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double value, java.awt.Paint paint, java.awt.Stroke stroke)Draws a line perpendicular to the range axis.voidAbstractXYItemRenderer. drawRangeMarker(java.awt.Graphics2D g2, XYPlot plot, ValueAxis rangeAxis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a horizontal line across the chart to represent a 'range marker'.voidXYItemRenderer. drawRangeMarker(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, Marker marker, java.awt.geom.Rectangle2D dataArea)Draws a horizontal line across the chart to represent a 'range marker'.protected voidXYLineAndShapeRenderer. drawSecondaryPass(java.awt.Graphics2D g2, XYPlot plot, XYDataset dataset, int pass, int series, int item, ValueAxis domainAxis, java.awt.geom.Rectangle2D dataArea, ValueAxis rangeAxis, CrosshairState crosshairState, EntityCollection entities)Draws the item shapes and adds chart entities (second pass).voidXYBoxAndWhiskerRenderer. drawVerticalItem(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidAbstractXYItemRenderer. fillDomainGridBand(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double start, double end)Fills a band between two values on the axis.voidXYItemRenderer. fillDomainGridBand(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double start, double end)Fills a band between two values on the axis.voidAbstractXYItemRenderer. fillRangeGridBand(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double start, double end)Fills a band between two values on the range axis.voidXYItemRenderer. fillRangeGridBand(java.awt.Graphics2D g2, XYPlot plot, ValueAxis axis, java.awt.geom.Rectangle2D dataArea, double start, double end)Fills a band between two values on the range axis. -
Uses of ValueAxis in org.jfree.chart.title
Methods in org.jfree.chart.title that return ValueAxis Modifier and Type Method Description ValueAxisPaintScaleLegend. getAxis()Returns the axis for the paint scale.Methods in org.jfree.chart.title with parameters of type ValueAxis Modifier and Type Method Description voidPaintScaleLegend. setAxis(ValueAxis axis)Sets the axis for the paint scale and sends aTitleChangeEventto all registered listeners.Constructors in org.jfree.chart.title with parameters of type ValueAxis Constructor Description PaintScaleLegend(PaintScale scale, ValueAxis axis)Creates a new instance.
-