de.laures.cewolf.util
Class Renderer
java.lang.Object
de.laures.cewolf.util.Renderer
- All Implemented Interfaces:
- WebConstants
public class Renderer
- extends Object
- implements WebConstants
Renderer for ChartImageDefinitions.
- Author:
- glaures, tbardzil
- See Also:
ChartImage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
render
public static RenderedImage render(ChartImage cd,
Object chart)
throws CewolfException
- Renders a chart image
- Parameters:
cd
- the chart to render
- Returns:
- the rendered image
- Throws:
CewolfException
getLegend
public static org.jfree.chart.title.LegendTitle getLegend(org.jfree.chart.JFreeChart chart)
removeLegend
public static void removeLegend(org.jfree.chart.JFreeChart chart)
Copyright © 2012. All Rights Reserved.