org.openfuxml.addon.chart
Class AbstractOfxChart

java.lang.Object
  extended by org.openfuxml.addon.chart.AbstractOfxChart

public class AbstractOfxChart
extends Object


Nested Class Summary
static class AbstractOfxChart.RenderTarget
           
 
Field Summary
protected  Chart chart
           
protected  List<Chart> charts
           
protected  org.apache.commons.configuration.Configuration config
           
protected  AbstractOfxChart.RenderTarget target
           
 
Constructor Summary
AbstractOfxChart(org.apache.commons.configuration.Configuration config, AbstractOfxChart.RenderTarget target)
           
 
Method Summary
 void addToSession(javax.faces.context.FacesContext context)
           
 Chart getChart()
           
 List<Chart> getCharts()
           
 String getUuid()
           
protected  void loadXmlChartTemplate(String chartFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected org.apache.commons.configuration.Configuration config

chart

protected Chart chart

charts

protected List<Chart> charts

target

protected AbstractOfxChart.RenderTarget target
Constructor Detail

AbstractOfxChart

public AbstractOfxChart(org.apache.commons.configuration.Configuration config,
                        AbstractOfxChart.RenderTarget target)
Method Detail

loadXmlChartTemplate

protected void loadXmlChartTemplate(String chartFile)
                             throws FileNotFoundException
Throws:
FileNotFoundException

getUuid

public String getUuid()

getChart

public Chart getChart()

getCharts

public List<Chart> getCharts()

addToSession

public void addToSession(javax.faces.context.FacesContext context)


Copyright © 2013. All Rights Reserved.