Package org.vandeseer.easytable.drawing
Class DrawingUtil
- java.lang.Object
-
- org.vandeseer.easytable.drawing.DrawingUtil
-
public class DrawingUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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
-
-