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