Uses of Class
adams.gui.visualization.image.SelectionPoint
-
Packages that use SelectionPoint Package Description adams.gui.visualization.object.annotator -
-
Uses of SelectionPoint in adams.gui.visualization.object.annotator
Fields in adams.gui.visualization.object.annotator with type parameters of type SelectionPoint Modifier and Type Field Description protected List<SelectionPoint>
AbstractPointAnnotator. m_Locations
the current rectangles.Methods in adams.gui.visualization.object.annotator that return types with arguments of type SelectionPoint Modifier and Type Method Description protected List<SelectionPoint>
AbstractPointAnnotator. getLocations(Report report)
Retruns all currently stored locations.
-