Package adams.gui.visualization.object.objectannotations.colors
-
Interface Summary Interface Description AnnotationColors Interface for classes that generate colors for annotations. -
Class Summary Class Description AbstractAnnotationColors Ancestor for annotation colorizers.FixedColor Uses a single, fixed color.PerType Uses a color per object type.TypeColorMapping Uses the colors defined for each type.VaryByObject Varies the color per object, useful when just a single type of object is annotated.