org.ow2.opensuit.xml.chart
Class CustomChart
java.lang.Object
org.ow2.opensuit.xml.chart.BaseChart
org.ow2.opensuit.xml.chart.CustomChart
- All Implemented Interfaces:
- org.ow2.opensuit.xml.base.html.IView, org.ow2.opensuit.xml.interfaces.IBeanProvider, org.ow2.opensuit.xml.interfaces.IRenderable, org.ow2.opensuit.xmlmap.interfaces.IInitializable
public class CustomChart
- extends BaseChart
Nested classes/interfaces inherited from interface org.ow2.opensuit.xml.interfaces.IBeanProvider |
org.ow2.opensuit.xml.interfaces.IBeanProvider.UnresolvedBeanError |
Field Summary |
protected org.ow2.opensuit.xml.base.binding.Expression |
plot
|
Method Summary |
void |
initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
|
org.jfree.chart.plot.Plot |
makePlot(javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class org.ow2.opensuit.xml.chart.BaseChart |
getBeanDescription, getBeanGenericType, getBeanNames, getBeanType, getBeanValue, getPathID, getTitle, preRender, reloadMap, render, serveImage, serveWaiting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
plot
@XmlChild(name="Plot")
protected org.ow2.opensuit.xml.base.binding.Expression plot
CustomChart
public CustomChart()
initialize
public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
- Specified by:
initialize
in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable
- Overrides:
initialize
in class BaseChart
makePlot
public org.jfree.chart.plot.Plot makePlot(javax.servlet.http.HttpServletRequest request)
throws Exception
- Specified by:
makePlot
in class BaseChart
- Throws:
Exception
Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.