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
Nested ClassesModifier and TypeClassDescriptionstatic enumType 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
Constructors -
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- aPDFObjectobject.- Throws:
IOException- if any.
-
-
Method Details
-
getPageCommandsForAnnotation
Get list of pdf commands for this annotation- Overrides:
getPageCommandsForAnnotationin classPDFAnnotation- Returns:
- a
Listobject.
-