public class ChartData extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ChartData.ChartGenerator |
Constructor and Description |
---|
ChartData() |
Modifier and Type | Method and Description |
---|---|
ChartData.ChartGenerator |
getChartGenerator() |
String |
getTitle() |
void |
setChartGenerator(ChartData.ChartGenerator chartGenerator) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public void setChartGenerator(ChartData.ChartGenerator chartGenerator)
public ChartData.ChartGenerator getChartGenerator()
Copyright © 2019. All rights reserved.