Class StampAnnotation
java.lang.Object
org.loboevolution.pdfview.annotation.PDFAnnotation
org.loboevolution.pdfview.annotation.StampAnnotation
- Direct Known Subclasses:
FreetextAnnotation
**************************************************************************
PDF annotation describing a stamp
Author Katja Sondermann
- Since:
- 26.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
ConstructorDescriptionStampAnnotation
(PDFObject annotObject) ********************************************************************** ConstructorStampAnnotation
(PDFObject annotObject, PDFAnnotation.ANNOTATION_TYPE type) ********************************************************************** Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentAppearance.getCurrentCommand.Get list of pdf commands for this annotationvoid
switchAppearance.Methods inherited from class org.loboevolution.pdfview.annotation.PDFAnnotation
createAnnotation, getScalingTransformation, parseRect, toString
-
Constructor Details
-
StampAnnotation
public StampAnnotation(PDFObject annotObject, PDFAnnotation.ANNOTATION_TYPE type) throws IOException ********************************************************************** Constructor- Parameters:
annotObject
- aPDFObject
object.type
- a ANNOTATION_TYPE object.- Throws:
IOException
- if any.
-
StampAnnotation
********************************************************************** Constructor- Parameters:
annotObject
- aPDFObject
object.- Throws:
IOException
- if any.
-
-
Method Details
-
switchAppearance
public void switchAppearance()switchAppearance.
-
getCurrentAppearance
getCurrentAppearance.
- Returns:
- a
PDFObject
object.
-
getCurrentCommand
getCurrentCommand.
- Returns:
- a
List
object.
-
getPageCommandsForAnnotation
Get list of pdf commands for this annotation- Overrides:
getPageCommandsForAnnotation
in classPDFAnnotation
- Returns:
- a
List
object.
-