Package org.hcl.pdftemplate.freeChart
Interface IMakeJFreeChart
public interface IMakeJFreeChart
A facard to capture common functionality for making charts.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IMakeJFreeChart<Data> FunctionWithException<Data,org.jfree.chart.JFreeChart> makeTimeChart(FunctionWithException<Data, DateAndValueGraphDefn<Data, org.jfree.data.time.RegularTimePeriod>> defnFn)
-
Method Details
-
getInstance
-
makeTimeChart
<Data> FunctionWithException<Data,org.jfree.chart.JFreeChart> makeTimeChart(FunctionWithException<Data, DateAndValueGraphDefn<Data, org.jfree.data.time.RegularTimePeriod>> defnFn)
-