public interface ChartHandler
| Modifier and Type | Method and Description |
|---|---|
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(com.googlecode.fascinator.common.JsonSimple systemConfig) |
void |
setToDate(Date toDate) |
Date getFromDate()
void setFromDate(Date fromDate)
Date getToDate()
void setToDate(Date toDate)
void renderChart(OutputStream outputStream) throws IOException, com.googlecode.fascinator.api.indexer.IndexerException
IOExceptioncom.googlecode.fascinator.api.indexer.IndexerExceptionvoid setImgW(int imgW)
void setImgH(int imgH)
void setScriptingServices(ScriptingServices scriptingServices)
void setSystemConfig(com.googlecode.fascinator.common.JsonSimple systemConfig)
void renderCsv(Writer writer, String chartKey) throws IOException, com.googlecode.fascinator.api.indexer.IndexerException
IOExceptioncom.googlecode.fascinator.api.indexer.IndexerExceptionCopyright © 2009-2016. All Rights Reserved.