Uses of Class
adams.gui.visualization.image.SelectionRectangle
-
Packages that use SelectionRectangle Package Description adams.data.report adams.gui.visualization.image.leftclick adams.gui.visualization.image.selection adams.gui.visualization.object.annotator -
-
Uses of SelectionRectangle in adams.data.report
Methods in adams.data.report that return types with arguments of type SelectionRectangle Modifier and Type Method Description static List<SelectionRectangle>
AnnotationHelper. getLocations(Report report, String prefix)
Returns all currently stored locations. -
Uses of SelectionRectangle in adams.gui.visualization.image.leftclick
Fields in adams.gui.visualization.image.leftclick with type parameters of type SelectionRectangle Modifier and Type Field Description protected List<SelectionRectangle>
AbstractSelectionRectangleBasedLeftClickProcessor. m_Locations
the current rectangles.Methods in adams.gui.visualization.image.leftclick that return types with arguments of type SelectionRectangle Modifier and Type Method Description protected List<SelectionRectangle>
AbstractSelectionRectangleBasedLeftClickProcessor. getLocations(Report report)
Returns all currently stored locations. -
Uses of SelectionRectangle in adams.gui.visualization.image.selection
Fields in adams.gui.visualization.image.selection with type parameters of type SelectionRectangle Modifier and Type Field Description protected List<SelectionRectangle>
AbstractSelectionRectangleBasedSelectionProcessor. m_Locations
the current rectangles.Methods in adams.gui.visualization.image.selection that return types with arguments of type SelectionRectangle Modifier and Type Method Description protected List<SelectionRectangle>
AbstractSelectionRectangleBasedSelectionProcessor. getLocations(Report report)
Returns all currently stored locations. -
Uses of SelectionRectangle in adams.gui.visualization.object.annotator
Fields in adams.gui.visualization.object.annotator with type parameters of type SelectionRectangle Modifier and Type Field Description protected List<SelectionRectangle>
AbstractRectangleBasedAnnotator. m_Locations
the current rectangles.Methods in adams.gui.visualization.object.annotator that return types with arguments of type SelectionRectangle Modifier and Type Method Description protected List<SelectionRectangle>
AbstractRectangleBasedAnnotator. getLocations(Report report)
Returns all currently stored locations.
-