fr.ifremer.wao.ui.services
Class ServiceChartServlet
java.lang.Object
fr.ifremer.wao.ui.services.ServiceChartServlet
- All Implemented Interfaces:
- ServiceChart
- Direct Known Subclasses:
- ServiceChartImpl
public class ServiceChartServlet
- extends Object
- implements ServiceChart
Implementation of ServiceChart using Google PieChart Api syntax to
create urls. The property WaoProperty.CHART_SERVER_PATH defines
the path of the application used to create a PieChart.
Created: 30 juin 2010
- Version:
- $Id: ServiceChartServlet.java 972 2011-02-02 16:44:45Z bleny $
- Author:
- fdesbois
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceChartServlet
public ServiceChartServlet()
getPieChartUrl
public String getPieChartUrl(PieChartData data,
int size,
boolean thumb)
- Specified by:
getPieChartUrl in interface ServiceChart
getHtmlImgTag
public String getHtmlImgTag(PieChartData data,
String text,
boolean thumb)
- Specified by:
getHtmlImgTag in interface ServiceChart
getBaseUrl
protected String getBaseUrl()
Copyright © 2009-2011 Ifremer. All Rights Reserved.