Uses of Class
org.anchoranalysis.plugin.annotation.bean.label.AnnotationLabel
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.annotation.bean.label |
A label as used for annotating.
|
| org.anchoranalysis.plugin.annotation.bean.strategy |
Strategies for how to annotate an image, such label per image etc.
|
-
Uses of AnnotationLabel in org.anchoranalysis.plugin.annotation.bean.label
Methods in org.anchoranalysis.plugin.annotation.bean.label that return types with arguments of type AnnotationLabel Modifier and Type Method Description Collection<AnnotationLabel>GroupedAnnotationLabels. get(String key)Gets the collection ofAnnotationLabels for a specific group.Constructor parameters in org.anchoranalysis.plugin.annotation.bean.label with type arguments of type AnnotationLabel Constructor Description GroupedAnnotationLabels(Collection<AnnotationLabel> labels)Creates a new instance of GroupedAnnotationLabels. -
Uses of AnnotationLabel in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy that return types with arguments of type AnnotationLabel Modifier and Type Method Description List<AnnotationLabel>ImageLabelStrategy. getLabels()List ofAnnotationLabels available for annotation.Method parameters in org.anchoranalysis.plugin.annotation.bean.strategy with type arguments of type AnnotationLabel Modifier and Type Method Description voidImageLabelStrategy. setLabels(List<AnnotationLabel> labels)List ofAnnotationLabels available for annotation.