public class SimpleChartFactory extends Object implements ChartFactory
| Constructor and Description |
|---|
SimpleChartFactory(ChartSeriesFactory seriesFactory) |
| Modifier and Type | Method and Description |
|---|---|
Chart |
createBarChart(ShapeQuery query,
EntityStructure struct) |
Chart |
createChart(ShapeQuery query,
EntityStructure struct) |
Chart |
createMapChart(ShapeQuery query,
EntityStructure struct) |
Chart |
createMultiSeriesLineChart(ShapeQuery query,
EntityStructure struct) |
Chart |
createPieChart(ShapeQuery query,
EntityStructure struct) |
public SimpleChartFactory(ChartSeriesFactory seriesFactory)
public Chart createChart(ShapeQuery query, EntityStructure struct) throws DaoException
createChart in interface ChartFactoryDaoExceptionpublic Chart createMultiSeriesLineChart(ShapeQuery query, EntityStructure struct) throws DaoException
DaoExceptionpublic Chart createMapChart(ShapeQuery query, EntityStructure struct) throws DaoException
DaoExceptionpublic Chart createBarChart(ShapeQuery query, EntityStructure struct) throws DaoException
DaoExceptionpublic Chart createPieChart(ShapeQuery query, EntityStructure struct) throws DaoException
DaoExceptionCopyright © 2019. All rights reserved.