Package org.hcl.pdftemplate
Class PdfBuilder
java.lang.Object
org.hcl.pdftemplate.PdfBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBufferedImage(float x, float y, BufferedImage image) addImage(float x, float y, FunctionWithException<org.apache.pdfbox.pdmodel.PDDocument, org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject> image) addJfreeChart(float x, float y, int width, int height, org.jfree.chart.JFreeChart chart) addJfreeChart(float x, float y, org.jfree.chart.JFreeChart chart) List<org.hcl.pdftemplate.IPdfPart>build()static PdfBuilderbuilder()font(org.apache.pdfbox.pdmodel.font.PDType1Font font) fontSize(int fontSize) pageNo(int pageNo)
-
Constructor Details
-
PdfBuilder
public PdfBuilder()
-
-
Method Details
-
builder
-
build
-
pageNo
-
font
-
fontSize
-
addText
-
addJfreeChart
-
addJfreeChart
public PdfBuilder addJfreeChart(float x, float y, int width, int height, org.jfree.chart.JFreeChart chart) -
addImage
public PdfBuilder addImage(float x, float y, FunctionWithException<org.apache.pdfbox.pdmodel.PDDocument, org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject> image) -
addBufferedImage
-