com.qoppa.pdf.annotations
Interface Redaction

All Superinterfaces:
Annotation, ShapeAnnotation

public interface Redaction
extends ShapeAnnotation

Interface representing a Redaction annotation in a PDF document.

Author:
Qoppa Software

Field Summary
 
Fields inherited from interface com.qoppa.pdf.annotations.ShapeAnnotation
LE_BUTT, LE_BUTT_STR, LE_CIRCLE, LE_CIRCLE_STR, LE_CLOSEDARROW, LE_CLOSEDARROW_STR, LE_DIAMOND, LE_DIAMOND_STR, LE_NONE, LE_NONE_STR, LE_OPENARROW, LE_OPENARROW_STR, LE_SQUARE, LE_SQUARE_STR
 
Fields inherited from interface com.qoppa.pdf.annotations.Annotation
BORDERSTYLE_BEVELED, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY
 
Method Summary
 Vector getQuadList()
          Returns a list of the quadrilaterals that compose this annotation if any.
 
Methods inherited from interface com.qoppa.pdf.annotations.ShapeAnnotation
getContents, getInternalColor, getStroke, setContents, setInternalColor, setStroke
 
Methods inherited from interface com.qoppa.pdf.annotations.Annotation
getActions, getBorderStyle, getBorderWidth, getColor, getComponent, getCreationDate, getCreator, getFlags, getModifiedDate, getName, getOpacity, getRectangle, getSubject, getSubtype, getTriggerActions, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreationDate, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setSubtype, setTriggerActions, shiftRectangle
 

Method Detail

getQuadList

Vector getQuadList()
Returns a list of the quadrilaterals that compose this annotation if any. Each item in the list is an array of 4 Point.Double objects that contains the 4 points needed for that quadrilateral. May return an empty list, in which case the annotation is defined by it's rectangular bounds.

Returns:
List of quadrilaterals.