Uses of Class
adams.flow.transformer.ImageAnnotator.AnnotatorPanel
-
Packages that use ImageAnnotator.AnnotatorPanel Package Description adams.gui.tools.previewbrowser -
-
Uses of ImageAnnotator.AnnotatorPanel in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ImageAnnotator.AnnotatorPanel Modifier and Type Field Description protected ImageAnnotator.AnnotatorPanel
AnnotateImage.CombinedPanel. m_PanelAnnotator
for annotating the image.Methods in adams.gui.tools.previewbrowser that return ImageAnnotator.AnnotatorPanel Modifier and Type Method Description ImageAnnotator.AnnotatorPanel
AnnotateImage.CombinedPanel. getAnnotatorPanel()
Returns the annotator panel.Methods in adams.gui.tools.previewbrowser with parameters of type ImageAnnotator.AnnotatorPanel Modifier and Type Method Description protected void
AnnotateImage. saveReport(ImageAnnotator.AnnotatorPanel panel, File file)
Saves the report of the panel to disk.
-