public class PbChart extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PbChart.Type |
| Constructor and Description |
|---|
PbChart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColors() |
String |
getCssClasses() |
String |
getData() |
Boolean |
getHidden() |
String |
getLabels() |
Boolean |
getLegendHidden() |
String |
getOptions() |
String |
getSetLabels() |
PbChart.Type |
getType() |
void |
setColors(String colors) |
void |
setCssClasses(String cssClasses) |
void |
setData(String data) |
void |
setHidden(Boolean hidden) |
void |
setLabels(String labels) |
void |
setLegendHidden(Boolean legendHidden) |
void |
setOptions(String options) |
void |
setSetLabels(String setLabels) |
void |
setType(PbChart.Type type) |
public String getCssClasses()
public void setCssClasses(String cssClasses)
cssClasses - The cssClassespublic Boolean getHidden()
public void setHidden(Boolean hidden)
hidden - The hiddenpublic PbChart.Type getType()
public void setType(PbChart.Type type)
type - The typepublic String getData()
public void setData(String data)
data - The datapublic String getLabels()
public void setLabels(String labels)
labels - The labelspublic String getSetLabels()
public void setSetLabels(String setLabels)
setLabels - The setLabelspublic Boolean getLegendHidden()
public void setLegendHidden(Boolean legendHidden)
legendHidden - The legendHiddenpublic String getColors()
public void setColors(String colors)
colors - The colorspublic String getOptions()
public void setOptions(String options)
options - The optionsCopyright © 2020. All rights reserved.