Uses of Interface
com.qoppa.pdf.annotations.Redaction

Packages that use Redaction
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdfEditor PDFEditorBean, toolbar and related classes. 
 

Uses of Redaction in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Redaction
 Redaction IAnnotationFactory.createRedaction(String contents)
          Constructs a Redaction annotation with the given content.
 Redaction IAnnotationFactory.createRedaction(String contents, Vector quadList)
          Constructs a new Redaction annotation defined by the quadList rather than it's rectangular bounds, unless the quadList is empty.
 

Uses of Redaction in com.qoppa.pdfEditor
 

Methods in com.qoppa.pdfEditor with parameters of type Redaction
 void PDFEditorBean.applyRedactionAnnotation(Redaction redaction)
          Apply the redaction annotation to the document.