Uses of Interface
adams.gui.visualization.image.TypeColorProvider
-
Packages that use TypeColorProvider Package Description adams.gui.visualization.image -
-
Uses of TypeColorProvider in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement TypeColorProvider Modifier and Type Class Description class
AbstractObjectOverlayFromReport
Ancestor for overlays that use object locations from a report.class
AbstractPointOverlayFromReport
Ancestor for overlays that use object locations from a report.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.class
SimplePointOverlayFromReport
-