|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.laures.cewolf.util.Renderer
public class Renderer
Renderer for ChartImageDefinitions.
ChartImage
Field Summary |
---|
Fields inherited from interface de.laures.cewolf.WebConstants |
---|
AMPERSAND, HEIGHT_PARAM, IMG_PARAM, MIME_JPEG, MIME_PNG, MIME_SVG, REMOVE_AFTER_RENDERING, SESSIONID_KEY, WIDTH_PARAM |
Method Summary | |
---|---|
static org.jfree.chart.title.LegendTitle |
getLegend(org.jfree.chart.JFreeChart chart)
|
static void |
removeLegend(org.jfree.chart.JFreeChart chart)
|
static RenderedImage |
render(ChartImage cd,
java.lang.Object chart)
Renders a chart image |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RenderedImage render(ChartImage cd, java.lang.Object chart) throws CewolfException
cd
- the chart to render
CewolfException
public static org.jfree.chart.title.LegendTitle getLegend(org.jfree.chart.JFreeChart chart)
public static void removeLegend(org.jfree.chart.JFreeChart chart)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |