|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.consumer.mail.Chart
public class Chart
Constructor Summary | |
---|---|
Chart()
The cosntructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Chart()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |