Uses of Interface
io.annot8.api.annotations.Annotation.Builder
-
Packages that use Annotation.Builder Package Description io.annot8.api.annotations This package contains the api interfaces for annotations and groups of annotations.io.annot8.api.stores This package contains the api interfaces for store objects -
-
Uses of Annotation.Builder in io.annot8.api.annotations
Methods in io.annot8.api.annotations that return Annotation.Builder Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. withBounds(Bounds bounds)Set theBoundsassociated with this annotation -
Uses of Annotation.Builder in io.annot8.api.stores
Methods in io.annot8.api.stores that return Annotation.Builder Modifier and Type Method Description default Annotation.BuilderAnnotationStore. copy(Annotation existing)Clone an existing annotation to createContent a new annotationdefault Annotation.BuilderAnnotationStore. create()Get a builder to createContent a new annotationdefault Annotation.BuilderAnnotationStore. edit(Annotation existing)Edit an annotation (saving will replace the old version)Annotation.BuilderAnnotationStore. getBuilder()Get a new annotation builder
-