java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfArray
com.lowagie.text.pdf.PdfBorderArray
Deprecated.
A
PdfBorderArray defines the border of a PdfAnnotation.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionPdfBorderArray(float hRadius, float vRadius, float width) Deprecated.Constructs a newPdfBorderArray.PdfBorderArray(float hRadius, float vRadius, float width, PdfDashPattern dash) Deprecated.Constructs a newPdfBorderArray. -
Method Summary
Methods inherited from class com.lowagie.text.pdf.PdfArray
add, add, add, add, addFirst, contains, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getElements, getPdfObject, isEmpty, listIterator, remove, remove, set, size, toPdf, toStringMethods inherited from class com.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfBorderArray
public PdfBorderArray(float hRadius, float vRadius, float width) Deprecated.Constructs a newPdfBorderArray.- Parameters:
hRadius- the horizontal radiusvRadius- the vertical radiuswidth- the width
-
PdfBorderArray
Deprecated.Constructs a newPdfBorderArray.- Parameters:
hRadius- the horizontal radiusvRadius- the vertical radiuswidth- the widthdash- the dash pattern of the border
-