org.ow2.opensuit.xml.chart
Class XYChart
java.lang.Object
org.ow2.opensuit.xml.chart.BaseChart
org.ow2.opensuit.xml.chart.XYChart
- 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
@XmlElement
public class XYChart
- extends BaseChart
- implements org.ow2.opensuit.xml.interfaces.IBeanProvider
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.action.IAction |
onClickValue
|
protected org.ow2.opensuit.xml.base.binding.Expression |
serieName
|
protected org.ow2.opensuit.xml.base.binding.Expression |
series
|
protected org.ow2.opensuit.xml.base.binding.Expression |
serieValues
|
protected org.ow2.opensuit.xml.base.binding.Expression |
valueTooltip
|
protected org.ow2.opensuit.xml.base.binding.Expression |
xAxisLabel
|
protected org.ow2.opensuit.xml.base.binding.Expression |
yAxisLabel
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xAxisLabel
@XmlChild(name="XAxisLabel")
protected org.ow2.opensuit.xml.base.binding.Expression xAxisLabel
yAxisLabel
@XmlChild(name="YAxisLabel")
protected org.ow2.opensuit.xml.base.binding.Expression yAxisLabel
series
@XmlChild(name="Series")
protected org.ow2.opensuit.xml.base.binding.Expression series
serieName
@XmlChild(name="SerieName")
protected org.ow2.opensuit.xml.base.binding.Expression serieName
serieValues
@XmlChild(name="SerieValues")
protected org.ow2.opensuit.xml.base.binding.Expression serieValues
valueTooltip
@XmlChild(name="ValueTooltip",
required=false)
protected org.ow2.opensuit.xml.base.binding.Expression valueTooltip
onClickValue
@XmlChild(name="OnClickValue",
required=false)
protected org.ow2.opensuit.xml.base.action.IAction onClickValue
XYChart
public XYChart()
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
getBeanType
public Class<?> getBeanType(String iName)
throws org.ow2.opensuit.xml.interfaces.IBeanProvider.UnresolvedBeanError
- Specified by:
getBeanType
in interface org.ow2.opensuit.xml.interfaces.IBeanProvider
- Overrides:
getBeanType
in class BaseChart
- Throws:
org.ow2.opensuit.xml.interfaces.IBeanProvider.UnresolvedBeanError
getBeanGenericType
public Type getBeanGenericType(String iName)
throws org.ow2.opensuit.xml.interfaces.IBeanProvider.UnresolvedBeanError
- Specified by:
getBeanGenericType
in interface org.ow2.opensuit.xml.interfaces.IBeanProvider
- Overrides:
getBeanGenericType
in class BaseChart
- Throws:
org.ow2.opensuit.xml.interfaces.IBeanProvider.UnresolvedBeanError
getBeanValue
public Object getBeanValue(javax.servlet.http.HttpServletRequest iRequest,
String iName)
throws Exception
- Specified by:
getBeanValue
in interface org.ow2.opensuit.xml.interfaces.IBeanProvider
- Overrides:
getBeanValue
in class BaseChart
- Throws:
Exception
getBeanNames
public List<String> getBeanNames()
- Specified by:
getBeanNames
in interface org.ow2.opensuit.xml.interfaces.IBeanProvider
- Overrides:
getBeanNames
in class BaseChart
getBeanDescription
public String getBeanDescription(String name)
- Specified by:
getBeanDescription
in interface org.ow2.opensuit.xml.interfaces.IBeanProvider
- Overrides:
getBeanDescription
in class BaseChart
Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.