Uses of Interface
io.annot8.core.annotations.Annotation.Builder
-
Packages that use Annotation.Builder Package Description io.annot8.core.annotations This package contains the core interfaces for annotations and groups of annotations.io.annot8.core.stores This package contains the core interfaces for store objects -
-
Uses of Annotation.Builder in io.annot8.core.annotations
Methods in io.annot8.core.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.core.stores
Methods in io.annot8.core.stores that return Annotation.Builder Modifier and Type Method Description default Annotation.BuilderAnnotationStore. copy(Annotation existing)Clone an existing annotation to create a new annotationdefault Annotation.BuilderAnnotationStore. create()Get a builder to create 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
-