public class ChartGetter extends BaseChartGetter
XML_TAG| 构造器和说明 |
|---|
ChartGetter() |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseChartNameID[] |
getAllChartBaseNames()
图表类型 基础名称
|
BaseChart[] |
getChartTypes(java.lang.String plotID)
根据contents 返回图表相应的类型集合
|
getStaticAllChartBaseNames, getStaticChartTypespublic BaseChart[] getChartTypes(java.lang.String plotID)
getChartTypes 在类中 BaseChartGetterplotID - 对应的图表类型.public BaseChartNameID[] getAllChartBaseNames()
getAllChartBaseNames 在类中 BaseChartGetter