Class FreetextAnnotation
java.lang.Object
org.loboevolution.pdfview.annotation.PDFAnnotation
org.loboevolution.pdfview.annotation.StampAnnotation
org.loboevolution.pdfview.annotation.FreetextAnnotation
**************************************************************************
PDF annotation describing a free text
Currently only supports the XObjects which can be found in the path AP N
of the annotation object (same implementation as the stamp annotation)
Author Katja Sondermann
- Since:
- 28.03.2012 **************************************************************************
-
Nested Class Summary
Nested classes/interfaces inherited from class org.loboevolution.pdfview.annotation.PDFAnnotation
PDFAnnotation.ANNOTATION_TYPE
-
Field Summary
Fields inherited from class org.loboevolution.pdfview.annotation.PDFAnnotation
GOTO, GOTOE, GOTOR, URI
-
Constructor Summary
ConstructorDescriptionFreetextAnnotation
(PDFObject annotObject) ********************************************************************** Constructor -
Method Summary
Methods inherited from class org.loboevolution.pdfview.annotation.StampAnnotation
getCurrentAppearance, getCurrentCommand, getPageCommandsForAnnotation, switchAppearance
Methods inherited from class org.loboevolution.pdfview.annotation.PDFAnnotation
createAnnotation, getScalingTransformation, parseRect, toString
-
Constructor Details
-
FreetextAnnotation
********************************************************************** Constructor- Parameters:
annotObject
- aPDFObject
object.- Throws:
IOException
- if any.
-