public final class ChartUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChartUtil.WrappingChartRenderableFactory
Deprecated.
To be removed.
|
| Modifier and Type | Field and Description |
|---|---|
protected static double |
AUTO_TICK_UNIT_FACTOR |
protected static double |
AUTO_TICK_UNIT_THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
org.jfree.chart.axis.TickUnitSource |
createIntegerTickUnits() |
org.jfree.chart.axis.TickUnitSource |
createStandardTickUnits() |
ChartRenderableFactory |
getChartRenderableFactory(String renderType) |
static ChartRendererFactory |
getChartRendererFactory(String renderType)
Deprecated.
Replaced by
getChartRenderableFactory(String). |
static ChartTheme |
getChartTheme(String themeName)
Deprecated.
Replaced by
getTheme(String). |
static List<JRPrintImageAreaHyperlink> |
getImageAreaHyperlinks(org.jfree.chart.JFreeChart chart,
ChartHyperlinkProvider chartHyperlinkProvider,
Graphics2D grx,
Rectangle2D renderingArea) |
static ChartUtil |
getInstance(JasperReportsContext jasperReportsContext) |
ChartTheme |
getTheme(String themeName) |
void |
setAutoTickUnit(org.jfree.chart.axis.NumberAxis numberAxis) |
protected static final double AUTO_TICK_UNIT_THRESHOLD
protected static final double AUTO_TICK_UNIT_FACTOR
public static ChartUtil getInstance(JasperReportsContext jasperReportsContext)
public static List<JRPrintImageAreaHyperlink> getImageAreaHyperlinks(org.jfree.chart.JFreeChart chart, ChartHyperlinkProvider chartHyperlinkProvider, Graphics2D grx, Rectangle2D renderingArea)
public ChartTheme getTheme(String themeName)
public static ChartTheme getChartTheme(String themeName)
getTheme(String).public ChartRenderableFactory getChartRenderableFactory(String renderType)
public static ChartRendererFactory getChartRendererFactory(String renderType)
getChartRenderableFactory(String).public org.jfree.chart.axis.TickUnitSource createIntegerTickUnits()
public org.jfree.chart.axis.TickUnitSource createStandardTickUnits()
public void setAutoTickUnit(org.jfree.chart.axis.NumberAxis numberAxis)
Copyright © 2014. All rights reserved.