Interface IChart
-
- All Known Implementing Classes:
CategoryBoxplot,CategoryHistogram,Scatter,TimeSeries
public interface IChartChart interface.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jfree.chart.JFreeChartgetChart()StringgetTitle()
-
-
-
Method Detail
-
getChart
org.jfree.chart.JFreeChart getChart()
-
getTitle
String getTitle()
-
-