Uses of Class
adams.gui.visualization.object.annotator.AbstractAnnotator
-
Packages that use AbstractAnnotator Package Description adams.flow.transformer adams.gui.visualization.object adams.gui.visualization.object.annotator adams.gui.visualization.object.tools -
-
Uses of AbstractAnnotator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractAnnotator Modifier and Type Field Description protected AbstractAnnotatorImageObjectAnnotator. m_Annotatorthe annotator to use.Methods in adams.flow.transformer that return AbstractAnnotator Modifier and Type Method Description AbstractAnnotatorImageObjectAnnotator. getAnnotator()Returns the annotator in use.Methods in adams.flow.transformer with parameters of type AbstractAnnotator Modifier and Type Method Description voidImageObjectAnnotator. setAnnotator(AbstractAnnotator value)Sets the annotator to use. -
Uses of AbstractAnnotator in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as AbstractAnnotator Modifier and Type Field Description protected AbstractAnnotatorObjectAnnotationPanel. m_Annotatorthe annotator.Methods in adams.gui.visualization.object that return AbstractAnnotator Modifier and Type Method Description AbstractAnnotatorObjectAnnotationPanel. getAnnotator()Returns the current annotator.Methods in adams.gui.visualization.object with parameters of type AbstractAnnotator Modifier and Type Method Description voidObjectAnnotationPanel. setAnnotator(AbstractAnnotator value)Sets and installs the annotator. -
Uses of AbstractAnnotator in adams.gui.visualization.object.annotator
Subclasses of AbstractAnnotator in adams.gui.visualization.object.annotator Modifier and Type Class Description classAbstractPointAnnotatorAncestor for point annotators.classAbstractRectangleBasedAnnotatorAnnotators that use a rectangle based approach.classAbstractReportBasedAnnotatorAncestor for annotators that use reports to store the annotations in.classBoundingBoxAnnotatorFor annotating objects with bounding boxes.classClassificationLabelAnnotatorSimply sets the chosen label in the report.classNullAnnotatorDummy, offers no annotation support.classPolygonAnnotatorFor annotating object shapes with polygons boxes.classPolygonPointAnnotatorFor annotating polygons by left-clicking on each vertex.classSimplePointAnnotatorFor annotating single points. -
Uses of AbstractAnnotator in adams.gui.visualization.object.tools
Fields in adams.gui.visualization.object.tools declared as AbstractAnnotator Modifier and Type Field Description protected AbstractAnnotatorAnnotator. m_Annotatorthe annotator to use.Methods in adams.gui.visualization.object.tools that return AbstractAnnotator Modifier and Type Method Description AbstractAnnotatorAnnotator. getAnnotator()Returns the annotator in use.Methods in adams.gui.visualization.object.tools with parameters of type AbstractAnnotator Modifier and Type Method Description voidAnnotator. setAnnotator(AbstractAnnotator value)Sets the annotator to use.
-