public abstract class CategoryDataset extends BaseDataset
构造器和说明 |
---|
CategoryDataset() |
限定符和类型 | 方法和说明 |
---|---|
protected String |
buildData(Map<Object,List<Object>> categoryMap) |
protected String |
buildDatasetJson(Context context,
Cell cell,
String props) |
protected String |
buildDatasets(Map<Object,Map<Object,List<Object>>> map,
String props) |
protected double |
collectData(List<Object> list) |
String |
getCategoryProperty() |
CollectType |
getCollectType() |
String |
getDatasetName() |
String |
getFormat() |
String |
getLabels() |
String |
getSeriesProperty() |
String |
getSeriesText() |
SeriesType |
getSeriesType() |
String |
getValueProperty() |
void |
setCategoryProperty(String categoryProperty) |
void |
setCollectType(CollectType collectType) |
void |
setDatasetName(String datasetName) |
void |
setFormat(String format) |
void |
setLabels(String labels) |
void |
setSeriesProperty(String seriesProperty) |
void |
setSeriesText(String seriesText) |
void |
setSeriesType(SeriesType seriesType) |
void |
setValueProperty(String valueProperty) |
getRgbColor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildDataJson, getType
protected String buildDatasets(Map<Object,Map<Object,List<Object>>> map, String props)
public String getSeriesText()
public void setSeriesText(String seriesText)
public SeriesType getSeriesType()
public void setSeriesType(SeriesType seriesType)
public CollectType getCollectType()
public void setCollectType(CollectType collectType)
public String getDatasetName()
public void setDatasetName(String datasetName)
public String getCategoryProperty()
public void setCategoryProperty(String categoryProperty)
public String getSeriesProperty()
public void setSeriesProperty(String seriesProperty)
public String getValueProperty()
public void setValueProperty(String valueProperty)
public void setLabels(String labels)
public String getLabels()
public String getFormat()
public void setFormat(String format)
Copyright © 2022 Bstek. All rights reserved.