public final class ChartUtil extends Object
Modifier and Type | Field and Description |
---|---|
protected static double |
AUTO_TICK_UNIT_FACTOR |
protected static double |
AUTO_TICK_UNIT_THRESHOLD |
static String |
EXCEPTION_MESSAGE_KEY_CHART_THEME_NOT_FOUND |
static String |
EXCEPTION_MESSAGE_KEY_RENDERER_FACTORY_NOT_SPECIFIED |
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 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) |
public static final String EXCEPTION_MESSAGE_KEY_CHART_THEME_NOT_FOUND
public static final String EXCEPTION_MESSAGE_KEY_RENDERER_FACTORY_NOT_SPECIFIED
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)
@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 © 2017. All rights reserved.