Uses of Interface
net.sf.jasperreports.charts.JRTimeAxisFormat
-
Packages that use JRTimeAxisFormat 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 JRTimeAxisFormat in net.sf.jasperreports.charts
Subinterfaces of JRTimeAxisFormat in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.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
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 JRTimeAxisFormat in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRTimeAxisFormat Modifier and Type Class Description class
JRBaseCandlestickPlot
class
JRBaseHighLowPlot
class
JRBaseTimeSeriesPlot
-
Uses of JRTimeAxisFormat in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRTimeAxisFormat Modifier and Type Class Description class
JRDesignCandlestickPlot
class
JRDesignHighLowPlot
class
JRDesignTimeSeriesPlot
-
Uses of JRTimeAxisFormat in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRTimeAxisFormat Modifier and Type Class Description class
JRFillCandlestickPlot
class
JRFillHighLowPlot
class
JRFillTimeSeriesPlot
-
Uses of JRTimeAxisFormat in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRTimeAxisFormat Modifier and Type Method Description Color
ChartsStyleResolver. getTimeAxisLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getTimeAxisLineColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
Color
ChartsStyleResolver. getTimeAxisTickLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
-