Uses of Interface
net.sf.jasperreports.charts.ChartContext
-
Packages that use ChartContext Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.convert net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.chartthemes.simple net.sf.jasperreports.chartthemes.spring -
-
Uses of ChartContext in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts with parameters of type ChartContext Modifier and Type Method Description org.jfree.chart.JFreeChart
ChartTheme. createChart(ChartContext chartContext)
-
Uses of ChartContext in net.sf.jasperreports.charts.convert
Classes in net.sf.jasperreports.charts.convert that implement ChartContext Modifier and Type Class Description class
ConvertChartContext
-
Uses of ChartContext in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type ChartContext Modifier and Type Method Description org.jfree.chart.JFreeChart
DefaultChartTheme. createChart(ChartContext chartContext)
-
Uses of ChartContext in net.sf.jasperreports.chartthemes.simple
Fields in net.sf.jasperreports.chartthemes.simple with type parameters of type ChartContext Modifier and Type Field Description protected ThreadLocal<ChartContext>
SimpleChartTheme. threadLocalChartContext
Methods in net.sf.jasperreports.chartthemes.simple with parameters of type ChartContext Modifier and Type Method Description org.jfree.chart.JFreeChart
SimpleChartTheme. createChart(ChartContext chartContext)
-
Uses of ChartContext in net.sf.jasperreports.chartthemes.spring
Fields in net.sf.jasperreports.chartthemes.spring with type parameters of type ChartContext Modifier and Type Field Description protected ThreadLocal<ChartContext>
GenericChartTheme. threadLocalChartContext
Methods in net.sf.jasperreports.chartthemes.spring that return ChartContext Modifier and Type Method Description protected ChartContext
GenericChartTheme. getChartContext()
Methods in net.sf.jasperreports.chartthemes.spring with parameters of type ChartContext Modifier and Type Method Description org.jfree.chart.JFreeChart
GenericChartTheme. createChart(ChartContext chartContext)
-