Uses of Interface
org.hcl.pdftemplate.FunctionWithException
Packages that use FunctionWithException
-
Uses of FunctionWithException in org.hcl.pdftemplate
Methods in org.hcl.pdftemplate that return FunctionWithExceptionModifier and TypeMethodDescriptionstatic <Data,To> FunctionWithException<Data, To> IPdfPrinter.processTemplateAndReturn(String resource, List<org.hcl.pdftemplate.IPdfPart<Data>> parts, FunctionWithException<org.apache.pdfbox.pdmodel.PDDocument, To> consumer) Methods in org.hcl.pdftemplate with parameters of type FunctionWithExceptionModifier and TypeMethodDescriptionPdfBuilder.addBufferedImage(float x, float y, FunctionWithException<Data, BufferedImage> image) PdfBuilder.addJfreeChart(float x, float y, int width, int height, FunctionWithException<Data, org.jfree.chart.JFreeChart> chart) PdfBuilder.addJfreeChart(float x, float y, FunctionWithException<Data, org.jfree.chart.JFreeChart> chart) PdfBuilder.addJfreeChartAndImage(float x, float y, FunctionWithException<Data, org.jfree.chart.JFreeChart> chart, float xOffset, float yOffset, FunctionWithException<Data, BufferedImage> image) PdfBuilder.addText(float x, float y, FunctionWithException<Data, String> text) static <Data,To> FunctionWithException<Data, To> IPdfPrinter.processTemplateAndReturn(String resource, List<org.hcl.pdftemplate.IPdfPart<Data>> parts, FunctionWithException<org.apache.pdfbox.pdmodel.PDDocument, To> consumer) -
Uses of FunctionWithException in org.hcl.pdftemplate.freeChart
Methods in org.hcl.pdftemplate.freeChart that return FunctionWithExceptionModifier and TypeMethodDescriptionFunctionWithException<Data,org.jfree.chart.JFreeChart> ChartBuilder.build()FunctionWithException<Data,org.jfree.chart.JFreeChart> ChartBuilder.build(IMakeJFreeChart makeJFreeChart) ChartBuilder.buildDefn()<Data> FunctionWithException<Data,org.jfree.chart.JFreeChart> IMakeJFreeChart.makeTimeChart(FunctionWithException<Data, DateAndValueGraphDefn<Data, org.jfree.data.time.RegularTimePeriod>> defnFn) Methods in org.hcl.pdftemplate.freeChart with parameters of type FunctionWithExceptionModifier and TypeMethodDescription<Data> FunctionWithException<Data,org.jfree.chart.JFreeChart> IMakeJFreeChart.makeTimeChart(FunctionWithException<Data, DateAndValueGraphDefn<Data, org.jfree.data.time.RegularTimePeriod>> defnFn)