com.googlecode.fascinator.portal.report.type
Interface ChartHandler


public interface ChartHandler


Method Summary
 Date getFromDate()
           
 Date getToDate()
           
 void renderChart(OutputStream outputStream)
           
 void renderCsv(Writer writer, String chartKey)
           
 void setFromDate(Date fromDate)
           
 void setImgH(int imgH)
           
 void setImgW(int imgW)
           
 void setScriptingServices(ScriptingServices scriptingServices)
           
 void setSystemConfig(JsonSimple systemConfig)
           
 void setToDate(Date toDate)
           
 

Method Detail

getFromDate

Date getFromDate()

setFromDate

void setFromDate(Date fromDate)

getToDate

Date getToDate()

setToDate

void setToDate(Date toDate)

renderChart

void renderChart(OutputStream outputStream)
                 throws IOException,
                        IndexerException
Throws:
IOException
IndexerException

setImgW

void setImgW(int imgW)

setImgH

void setImgH(int imgH)

setScriptingServices

void setScriptingServices(ScriptingServices scriptingServices)

setSystemConfig

void setSystemConfig(JsonSimple systemConfig)

renderCsv

void renderCsv(Writer writer,
               String chartKey)
               throws IOException,
                      IndexerException
Throws:
IOException
IndexerException


Copyright © 2009-2014. All Rights Reserved.