Class WidgetAnnotation
java.lang.Object
org.loboevolution.pdfview.annotation.PDFAnnotation
org.loboevolution.pdfview.annotation.WidgetAnnotation
PDF annotation describing a widget.
- Since:
- Aug 20, 2010
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Type for PDF form elementsNested 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
-
Method Summary
Modifier and TypeMethodDescriptionGet list of pdf commands for this annotationMethods inherited from class org.loboevolution.pdfview.annotation.PDFAnnotation
createAnnotation, getScalingTransformation, parseRect, toString
-
Constructor Details
-
WidgetAnnotation
Constructor for WidgetAnnotation.
- Parameters:
annotObject
- aPDFObject
object.- Throws:
IOException
- if any.
-
-
Method Details
-
getPageCommandsForAnnotation
Get list of pdf commands for this annotation- Overrides:
getPageCommandsForAnnotation
in classPDFAnnotation
- Returns:
- a
List
object.
-