Uses of Interface
net.sf.jasperreports.charts.JRValueAxisFormat
Packages that use JRValueAxisFormat
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
-
Uses of JRValueAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRValueAxisFormat in net.sf.jasperreports.chartsModifier and TypeInterfaceDescriptioninterfaceArea charts and Stacked Area charts rely on this plot to render their axes and items.interfaceDeprecated.To be removed.interfaceType of plot used to render Bar, Stacked Bar, and XY Bar charts.interfaceThe Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interfaceType of plot used for rendering category charts.interfaceUsed only in combination with High-Low charts, this type of plot lets users customize the labels for both axes, like all the other axis-oriented plots.interfaceType of plot used to render Line charts.interfaceThis type of plot is similar to the Line plot and Scatter plot in that it lets users configure the labels for both axes, the rendering of lines to connect the item points, and the rendering of the small shapes that mark each item point on the target plot area. -
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRValueAxisFormatModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclass -
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRValueAxisFormatModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclass -
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRValueAxisFormatModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclass -
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRValueAxisFormatModifier and TypeMethodDescriptionChartsStyleResolver.getValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)