public class ChartConfigImpl extends Object implements ChartConfig
| Constructor and Description |
|---|
ChartConfigImpl() |
ChartConfigImpl(String chartType) |
ChartConfigImpl(String chartType,
String chartTitle) |
ChartConfigImpl(String chartType,
String chartTitle,
String xAxisTitle,
String yAxisTitle) |
ChartConfigImpl(String chartType,
String chartTitle,
String xAxisTitle,
String yAxisTitle,
List<String> xAxisLabels) |
ChartConfigImpl(String chartType,
String chartTitle,
String xAxisTitle,
String yAxisTitle,
List<String> xAxisLabels,
String yAxisType) |
ChartConfigImpl(String chartType,
String chartTitle,
String xAxisTitle,
String yAxisTitle,
List<String> xAxisLabels,
String yAxisType,
Double yAxisMin,
Double yAxisMax,
Double yAxisTickInterval,
Boolean yAxisIsPercentage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChartTitle() |
String |
getChartType() |
List<String> |
getxAxisLabels() |
String |
getxAxisTitle() |
Boolean |
getyAxisIsPercentage() |
Double |
getyAxisMax() |
Double |
getyAxisMin() |
Double |
getyAxisTickInterval() |
String |
getyAxisTitle() |
String |
getyAxisType() |
void |
setChartTitle(String chartTitle) |
void |
setChartType(String chartType) |
void |
setxAxisLabels(List<String> xAxisLabels) |
void |
setxAxisTitle(String xAxisTitle) |
void |
setyAxisIsPercentage(Boolean yAxisIsPercentage) |
void |
setyAxisMax(Double yAxisMax) |
void |
setyAxisMin(Double yAxisMin) |
void |
setyAxisTickInterval(Double yAxisTickInterval) |
void |
setyAxisTitle(String yAxisTitle) |
void |
setyAxisType(String yAxisType) |
public ChartConfigImpl()
public ChartConfigImpl(String chartType, String chartTitle, String xAxisTitle, String yAxisTitle, List<String> xAxisLabels, String yAxisType, Double yAxisMin, Double yAxisMax, Double yAxisTickInterval, Boolean yAxisIsPercentage)
public ChartConfigImpl(String chartType, String chartTitle, String xAxisTitle, String yAxisTitle, List<String> xAxisLabels, String yAxisType)
public ChartConfigImpl(String chartType, String chartTitle, String xAxisTitle, String yAxisTitle, List<String> xAxisLabels)
public ChartConfigImpl(String chartType, String chartTitle, String xAxisTitle, String yAxisTitle)
public ChartConfigImpl(String chartType)
public String getChartType()
getChartType in interface ChartConfigpublic void setChartType(String chartType)
setChartType in interface ChartConfigpublic String getChartTitle()
getChartTitle in interface ChartConfigpublic void setChartTitle(String chartTitle)
setChartTitle in interface ChartConfigpublic String getxAxisTitle()
getxAxisTitle in interface ChartConfigpublic void setxAxisTitle(String xAxisTitle)
setxAxisTitle in interface ChartConfigpublic List<String> getxAxisLabels()
getxAxisLabels in interface ChartConfigpublic void setxAxisLabels(List<String> xAxisLabels)
setxAxisLabels in interface ChartConfigpublic String getyAxisTitle()
getyAxisTitle in interface ChartConfigpublic void setyAxisTitle(String yAxisTitle)
setyAxisTitle in interface ChartConfigpublic String getyAxisType()
getyAxisType in interface ChartConfigpublic void setyAxisType(String yAxisType)
setyAxisType in interface ChartConfigpublic Double getyAxisMin()
getyAxisMin in interface ChartConfigpublic void setyAxisMin(Double yAxisMin)
setyAxisMin in interface ChartConfigpublic Double getyAxisMax()
getyAxisMax in interface ChartConfigpublic void setyAxisMax(Double yAxisMax)
setyAxisMax in interface ChartConfigpublic Double getyAxisTickInterval()
getyAxisTickInterval in interface ChartConfigpublic void setyAxisTickInterval(Double yAxisTickInterval)
setyAxisTickInterval in interface ChartConfigpublic Boolean getyAxisIsPercentage()
getyAxisIsPercentage in interface ChartConfigpublic void setyAxisIsPercentage(Boolean yAxisIsPercentage)
setyAxisIsPercentage in interface ChartConfigCopyright © 2017 MedGIFT Group. All rights reserved.