com.lowagie.text.pdf
Class PdfBorderArray

java.lang.Object
  extended bycom.lowagie.text.pdf.PdfObject
      extended bycom.lowagie.text.pdf.PdfArray
          extended bycom.lowagie.text.pdf.PdfBorderArray

public class PdfBorderArray
extends PdfArray

A PdfBorderArray defines the border of a PdfAnnotation.

See Also:
PdfArray

Field Summary
 
Fields inherited from class com.lowagie.text.pdf.PdfArray
arrayList
 
Fields inherited from class com.lowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
 
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.
 
Methods inherited from class com.lowagie.text.pdf.PdfArray
add, add, add, addFirst, contains, getArrayList, size, toPdf
 
Methods inherited from class com.lowagie.text.pdf.PdfObject
getBytes, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.