com.googlecode.fascinator.portal.report.type
Interface ChartHandler
public interface ChartHandler
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-2013. All Rights Reserved.