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 classAbstractObjectOverlayFromReportAncestor for overlays that use object locations from a report.classAbstractPointOverlayFromReportAncestor for overlays that use object locations from a report.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.classSimplePointOverlayFromReport
-