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()
Deprecated.
replaced by
createIntegerTickUnits(Locale) |
org.jfree.chart.axis.TickUnitSource |
createIntegerTickUnits(Locale locale) |
org.jfree.chart.axis.TickUnitSource |
createStandardTickUnits()
Deprecated.
replaced by
createStandardTickUnits(Locale) |
org.jfree.chart.axis.TickUnitSource |
createStandardTickUnits(Locale locale) |
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).@Deprecated public org.jfree.chart.axis.TickUnitSource createIntegerTickUnits()
createIntegerTickUnits(Locale)public org.jfree.chart.axis.TickUnitSource createIntegerTickUnits(Locale locale)
@Deprecated public org.jfree.chart.axis.TickUnitSource createStandardTickUnits()
createStandardTickUnits(Locale)public org.jfree.chart.axis.TickUnitSource createStandardTickUnits(Locale locale)
public void setAutoTickUnit(org.jfree.chart.axis.NumberAxis numberAxis)
Copyright © 2015. All rights reserved.