public class Chart extends Object
Constructor and Description |
---|
Chart()
The cosntructor
|
Modifier and Type | Method and Description |
---|---|
void |
addData(Double data)
add data
|
String |
getChartHTMLTag()
get the google chart URL
|
String |
getChartString()
get the CHART URL as string
|
String |
getDescription()
get the description
|
String |
getLabel()
get the label
|
String |
getSize()
get the size
|
String |
getType()
get the type
|
URL |
getUrl()
ger the URL
|
void |
setDescription(String description)
set the description
|
void |
setLabel(String label)
set the label
|
void |
setSize(String size)
set the size
|
void |
setType(String type)
set the type
|
void |
setUrl(URL url)
Set the URL
|
public String getDescription()
public void setDescription(String description)
description
- the descriptionpublic URL getUrl()
public void setUrl(URL url)
url
- the URLpublic String getSize()
public void setSize(String size)
size
- the sizepublic String getType()
public void setType(String type)
type
- the typepublic void addData(Double data)
data
- the datapublic String getLabel()
public void setLabel(String label)
label
- public String getChartString()
public String getChartHTMLTag()
Copyright © 2014. All Rights Reserved.