Class FileAnnotationStore
- java.lang.Object
-
- tech.grasshopper.pdf.annotation.file.FileAnnotationStore
-
public class FileAnnotationStore extends Object
-
-
Constructor Summary
Constructors Constructor Description FileAnnotationStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFileAnnotation(tech.grasshopper.pdf.annotation.FileAnnotation annotation)voidaddFileAnnotations(List<tech.grasshopper.pdf.annotation.FileAnnotation> annotations)
-
-
-
Method Detail
-
addFileAnnotation
public void addFileAnnotation(tech.grasshopper.pdf.annotation.FileAnnotation annotation)
-
addFileAnnotations
public void addFileAnnotations(List<tech.grasshopper.pdf.annotation.FileAnnotation> annotations)
-
-