Uses of Class
com.itextpdf.kernel.pdf.annot.PdfPolyGeomAnnotation
-
Uses of PdfPolyGeomAnnotation in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionstatic PdfPolyGeomAnnotation
PdfPolyGeomAnnotation.createPolygon
(Rectangle rect, float[] vertices) static PdfPolyGeomAnnotation
PdfPolyGeomAnnotation.createPolyLine
(Rectangle rect, float[] vertices) PdfPolyGeomAnnotation.setBorderEffect
(PdfDictionary borderEffect) Sets a border effect dictionary that specifies an effect that shall be applied to the border of the annotations.PdfPolyGeomAnnotation.setBorderStyle
(PdfDictionary borderStyle) Sets border style dictionary that has more settings than the array specified for the Border entry (PdfAnnotation.getBorder()
).PdfPolyGeomAnnotation.setBorderStyle
(PdfName style) Setter for the annotation's preset border style.PdfPolyGeomAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfPolyGeomAnnotation.setInteriorColor
(float[] interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's line endings.PdfPolyGeomAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's line endings.PdfPolyGeomAnnotation.setLineEndingStyles
(PdfArray lineEndingStyles) PdfPolyGeomAnnotation.setMeasure
(PdfDictionary measure) PDF 2.0.PdfPolyGeomAnnotation.setVertices
(float[] vertices) PdfPolyGeomAnnotation.setVertices
(PdfArray vertices)