Package org.vandeseer.easytable.drawing
Class DrawingUtil
java.lang.Object
org.vandeseer.easytable.drawing.DrawingUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawLine(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, PositionedLine line) static voiddrawRectangle(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, PositionedRectangle rectangle) static voiddrawText(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, PositionedStyledText styledText)
-
Method Details
-
drawText
public static void drawText(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, PositionedStyledText styledText) throws IOException - Throws:
IOException
-
drawLine
public static void drawLine(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, PositionedLine line) throws IOException - Throws:
IOException
-
drawRectangle
public static void drawRectangle(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream, PositionedRectangle rectangle) throws IOException - Throws:
IOException
-