public class ScatterDataset extends BaseDataset
类型 | 属性和说明 |
---|---|
String |
getx
获取属性xProperty的值。
|
String |
gety
获取属性yProperty的值。
|
构造器和说明 |
---|
ScatterDataset() |
限定符和类型 | 方法和说明 |
---|---|
String |
buildDataJson(Context context,
Cell cell) |
String |
getCategoryProperty() |
String |
getDatasetName() |
double |
getLineTension() |
String |
getType() |
String |
getxProperty()
获取属性xProperty的值。
|
String |
getyProperty()
获取属性yProperty的值。
|
boolean |
isFill() |
void |
setCategoryProperty(String categoryProperty) |
void |
setDatasetName(String datasetName) |
void |
setFill(boolean fill) |
void |
setLineTension(double lineTension) |
void |
setxProperty(String xProperty) |
void |
setyProperty(String yProperty) |
getRgbColor
public String getxProperty
public String getyProperty
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 boolean isFill()
public void setFill(boolean fill)
public double getLineTension()
public void setLineTension(double lineTension)
Copyright © 2022 Bstek. All rights reserved.