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) static <Data> FunctionWithException<Data,org.jfree.chart.axis.ValueAxis> static <Data> FunctionWithException<Data,org.jfree.chart.axis.ValueAxis>
-
Method Details
-
getInstance
-
makeTimeChart
<Data> FunctionWithException<Data,org.jfree.chart.JFreeChart> makeTimeChart(FunctionWithException<Data, DateAndValueGraphDefn<Data, org.jfree.data.time.RegularTimePeriod>> defnFn) -
timeAxis
static <Data> FunctionWithException<Data,org.jfree.chart.axis.ValueAxis> timeAxis(Function<Data, String> labelFn) -
valueAxis
static <Data> FunctionWithException<Data,org.jfree.chart.axis.ValueAxis> valueAxis(Function<Data, String> valueAxisLabel)
-