Uses of Class
org.anchoranalysis.plugin.annotation.bean.label.AnnotationLabel
Packages that use AnnotationLabel
Package
Description
A label as used for annotating.
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 AnnotationLabelConstructor parameters in org.anchoranalysis.plugin.annotation.bean.label with type arguments of type AnnotationLabelModifierConstructorDescriptionCreates 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 AnnotationLabelModifier and TypeMethodDescriptionImageLabelStrategy.getLabels()List ofAnnotationLabels available for annotation.Method parameters in org.anchoranalysis.plugin.annotation.bean.strategy with type arguments of type AnnotationLabelModifier and TypeMethodDescriptionvoidImageLabelStrategy.setLabels(List<AnnotationLabel> labels) List ofAnnotationLabels available for annotation.