Generated by
JDiff

Interface com.qoppa.pdf.annotations.Annotation

Changed Methods
List<Action> getActions() Change in return type from List to List<Action>.
Returns a list of actions to perform when this annotation is 'activated'
Vector<AnnotationReviewStatus> getReviewHistory() Change in return type from Vector to Vector<AnnotationReviewStatus>.
Returns a list of AnnotationReviewStatus objects.
void setActions(List<Action>) Change in signature from List to List<Action>.
Sets this annotation's actions.