com.lowagie.text.pdf

Class PdfBorderArray

public class PdfBorderArray extends PdfArray

A PdfBorderArray defines the border of a PdfAnnotation.

See Also: PdfArray

Constructor Summary
PdfBorderArray(float hRadius, float vRadius, float width)
Constructs a new PdfBorderArray.
PdfBorderArray(float hRadius, float vRadius, float width, PdfDashPattern dash)
Constructs a new PdfBorderArray.

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.