public class Builder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
header |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildComboChart(GoogleComboChart gcc)
Build the chart object and return the string to be rendered in the page
|
java.lang.String |
buildPieChart(GooglePieChart gpc)
Build the chart object and return the string to be rendered in the page
|
public java.lang.String buildComboChart(GoogleComboChart gcc)
gcc - a GoogleComboChart object representing the chartpublic java.lang.String buildPieChart(GooglePieChart gpc)
gpc - a GooglePieChart object representing the chart