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 classObjectCentersOverlayFromReportDisplays 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.classObjectLocationsOverlayFromReportDisplays 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 AbstractObjectOverlayFromReportAbstractObjectOverlayFromReport.LocatedObjectsPanel. m_Ownerthe owner.Methods in adams.gui.visualization.image that return AbstractObjectOverlayFromReport Modifier and Type Method Description AbstractObjectOverlayFromReportAbstractObjectOverlayFromReport.LocatedObjectsPanel. getOwner()Returns the owner.Methods in adams.gui.visualization.image with parameters of type AbstractObjectOverlayFromReport Modifier and Type Method Description voidAbstractObjectOverlayFromReport.LocatedObjectsPanel. setOwner(AbstractObjectOverlayFromReport value)Sets the owner.
-