Uses of Interface
net.sf.jasperreports.charts.JRValueAxisFormat
-
Packages that use JRValueAxisFormat Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization. -
-
Uses of JRValueAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRValueAxisFormat in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.interface
JRBar3DPlot
Deprecated.To be removed.interface
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.interface
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interface
JRCategoryPlot
Type of plot used for rendering category charts.interface
JRHighLowPlot
Used 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.interface
JRLinePlot
Type of plot used to render Line charts.interface
JRTimeSeriesPlot
This 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 JRValueAxisFormat Modifier and Type Class Description class
JRBaseAreaPlot
class
JRBaseBar3DPlot
Deprecated.To be removed.class
JRBaseBarPlot
class
JRBaseCandlestickPlot
class
JRBaseHighLowPlot
class
JRBaseLinePlot
class
JRBaseTimeSeriesPlot
-
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRValueAxisFormat Modifier and Type Class Description class
JRDesignAreaPlot
class
JRDesignBar3DPlot
Deprecated.To be removed.class
JRDesignBarPlot
class
JRDesignCandlestickPlot
class
JRDesignHighLowPlot
class
JRDesignLinePlot
class
JRDesignTimeSeriesPlot
-
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRValueAxisFormat Modifier and Type Class Description class
JRFillAreaPlot
class
JRFillBar3DPlot
Deprecated.To be removed.class
JRFillBarPlot
class
JRFillCandlestickPlot
class
JRFillHighLowPlot
class
JRFillLinePlot
class
JRFillTimeSeriesPlot
-
Uses of JRValueAxisFormat in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRValueAxisFormat Modifier and Type Method Description Color
ChartsStyleResolver. getValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
-