Class PdfBorderArray

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<PdfObject>

    public class PdfBorderArray
    extends PdfArray
    A PdfBorderArray defines the border of a PdfAnnotation.
    See Also:
    PdfArray, Serialized Form
    • Constructor Detail

      • PdfBorderArray

        public PdfBorderArray​(float hRadius,
                              float vRadius,
                              float width)
        Constructs a new PdfBorderArray.
      • PdfBorderArray

        public PdfBorderArray​(float hRadius,
                              float vRadius,
                              float width,
                              PdfDashPattern dash)
        Constructs a new PdfBorderArray.