Uses of Class
adams.gui.visualization.image.AbstractObjectOverlayFromReport
-
Packages that use AbstractObjectOverlayFromReport Package Description adams.gui.visualization.image -
-
Uses of AbstractObjectOverlayFromReport in adams.gui.visualization.image
Subclasses of AbstractObjectOverlayFromReport in adams.gui.visualization.image Modifier and Type Class Description class
ObjectCentersOverlayFromReport
Displays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.class
ObjectLocationsOverlayFromReport
Displays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.Fields in adams.gui.visualization.image declared as AbstractObjectOverlayFromReport Modifier and Type Field Description protected AbstractObjectOverlayFromReport
AbstractObjectOverlayFromReport.LocatedObjectsPanel. m_Owner
the owner.Methods in adams.gui.visualization.image that return AbstractObjectOverlayFromReport Modifier and Type Method Description AbstractObjectOverlayFromReport
AbstractObjectOverlayFromReport.LocatedObjectsPanel. getOwner()
Returns the owner.Methods in adams.gui.visualization.image with parameters of type AbstractObjectOverlayFromReport Modifier and Type Method Description void
AbstractObjectOverlayFromReport.LocatedObjectsPanel. setOwner(AbstractObjectOverlayFromReport value)
Sets the owner.
-