public class BubbleDataset extends BaseDataset
类型 | 属性和说明 |
---|---|
String |
getr
获取属性rProperty的值。
|
String |
getx
获取属性xProperty的值。
|
String |
gety
获取属性yProperty的值。
|
构造器和说明 |
---|
BubbleDataset() |
限定符和类型 | 方法和说明 |
---|---|
String |
buildDataJson(Context context,
Cell cell) |
String |
getCategoryProperty() |
String |
getDatasetName() |
String |
getrProperty()
获取属性rProperty的值。
|
String |
getType() |
String |
getxProperty()
获取属性xProperty的值。
|
String |
getyProperty()
获取属性yProperty的值。
|
void |
setCategoryProperty(String categoryProperty) |
void |
setDatasetName(String datasetName) |
void |
setrProperty(String rProperty) |
void |
setxProperty(String xProperty) |
void |
setyProperty(String yProperty) |
getRgbColor
public String getxProperty
public String getyProperty
public String getrProperty
public String getType()
public String getDatasetName()
public void setDatasetName(String datasetName)
public String getCategoryProperty()
public void setCategoryProperty(String categoryProperty)
public String getxProperty()
public void setxProperty(String xProperty)
public String getyProperty()
public void setyProperty(String yProperty)
public String getrProperty()
public void setrProperty(String rProperty)
Copyright © 2022 Bstek. All rights reserved.