org.ow2.opensuit.xml.chart
Class CustomChart

java.lang.Object
  extended by org.ow2.opensuit.xml.chart.BaseChart
      extended by 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 Class Summary
 
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
           
 
Fields inherited from class org.ow2.opensuit.xml.chart.BaseChart
autoReloadInterval, chartTime, logger, root, title
 
Constructor Summary
CustomChart()
           
 
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
 

Field Detail

plot

@XmlChild(name="Plot")
protected org.ow2.opensuit.xml.base.binding.Expression plot
Constructor Detail

CustomChart

public CustomChart()
Method Detail

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.