Package net.sf.jasperreports.charts.util
Class ChartUtil
java.lang.Object
net.sf.jasperreports.charts.util.ChartUtil
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.jfree.chart.axis.TickUnitSource
createIntegerTickUnits
(Locale locale) org.jfree.chart.axis.TickUnitSource
createStandardTickUnits
(Locale locale) getChartRenderableFactory
(String renderType) static List
<JRPrintImageAreaHyperlink> getImageAreaHyperlinks
(org.jfree.chart.JFreeChart chart, ChartHyperlinkProvider chartHyperlinkProvider, Graphics2D grx, Rectangle2D renderingArea) static ChartUtil
getInstance
(JasperReportsContext jasperReportsContext) static final org.jfree.chart.plot.PlotOrientation
getPlotOrientation
(PlotOrientationEnum plotOrientationEnum) static final PlotOrientationEnum
getPlotOrientation
(org.jfree.chart.plot.PlotOrientation jfcPlotOrientation) static final Integer
getScaleType
(ScaleTypeEnum scaleTypeEnum) static final TimePeriodEnum
getTimePeriod
(Class<?> timePeriodClass) static final Class
<?> getTimePeriod
(TimePeriodEnum timePeriod) void
setAutoTickUnit
(org.jfree.chart.axis.NumberAxis numberAxis)
-
Field Details
-
EXCEPTION_MESSAGE_KEY_CHART_THEME_NOT_FOUND
- See Also:
-
EXCEPTION_MESSAGE_KEY_RENDERER_FACTORY_NOT_SPECIFIED
- See Also:
-
AUTO_TICK_UNIT_THRESHOLD
protected static final double AUTO_TICK_UNIT_THRESHOLD- See Also:
-
AUTO_TICK_UNIT_FACTOR
protected static final double AUTO_TICK_UNIT_FACTOR- See Also:
-
-
Method Details
-
getInstance
-
getImageAreaHyperlinks
public static List<JRPrintImageAreaHyperlink> getImageAreaHyperlinks(org.jfree.chart.JFreeChart chart, ChartHyperlinkProvider chartHyperlinkProvider, Graphics2D grx, Rectangle2D renderingArea) -
getTheme
-
getChartRenderableFactory
-
createIntegerTickUnits
-
createStandardTickUnits
-
setAutoTickUnit
public void setAutoTickUnit(org.jfree.chart.axis.NumberAxis numberAxis) -
getPlotOrientation
public static final org.jfree.chart.plot.PlotOrientation getPlotOrientation(PlotOrientationEnum plotOrientationEnum) -
getPlotOrientation
public static final PlotOrientationEnum getPlotOrientation(org.jfree.chart.plot.PlotOrientation jfcPlotOrientation) -
getScaleType
-
getTimePeriod
-
getTimePeriod
-