com.xpn.xwiki.plugin.charts
Interface Chart

All Known Implementing Classes:
ChartImpl

public interface Chart


Method Summary
 String getImageURL()
           
 String getPageURL()
           
 ChartParams getParameters()
           
 String getTitle()
          Each chart should have a title.
 

Method Detail

getTitle

String getTitle()
Each chart should have a title.

Returns:
The chart title.

getImageURL

String getImageURL()
Returns:
The location of the generated image

getPageURL

String getPageURL()

getParameters

ChartParams getParameters()