Uses of Interface
adams.gui.visualization.object.objectannotations.colors.AnnotationColors
-
-
Uses of AnnotationColors in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as AnnotationColors Modifier and Type Field Description protected AnnotationColors[]ObjectAnnotationsFromReport. m_LabelColorsthe colorizers for the labels.protected AnnotationColors[]ObjectAnnotationsFromReport. m_OutlineColorsthe colorizers for the outline.protected AnnotationColors[]ObjectAnnotationsFromReport. m_ShapeColorsthe colorizers for the shape.Methods in adams.flow.transformer.draw that return AnnotationColors Modifier and Type Method Description AnnotationColors[]ObjectAnnotationsFromReport. getLabelColors()Returns the colorizers for the label plotters.AnnotationColors[]ObjectAnnotationsFromReport. getOutlineColors()Returns the colorizers for the outline plotters.AnnotationColors[]ObjectAnnotationsFromReport. getShapeColors()Returns the colorizers for the shape plotters.Methods in adams.flow.transformer.draw with parameters of type AnnotationColors Modifier and Type Method Description voidObjectAnnotationsFromReport. setLabelColors(AnnotationColors[] value)Sets the colorizers for the label plotters.voidObjectAnnotationsFromReport. setOutlineColors(AnnotationColors[] value)Sets the colorizers for the outline plotters.voidObjectAnnotationsFromReport. setShapeColors(AnnotationColors[] value)Sets the colorizers for the shape plotters. -
Uses of AnnotationColors in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as AnnotationColors Modifier and Type Field Description protected AnnotationColors[]ObjectAnnotationsHandler. m_LabelColorsthe colorizers for the labels.protected AnnotationColors[]ObjectAnnotationsReportHandler. m_LabelColorsthe colorizers for the labels.protected AnnotationColors[]ObjectAnnotationsHandler. m_OutlineColorsthe colorizers for the outline.protected AnnotationColors[]ObjectAnnotationsReportHandler. m_OutlineColorsthe colorizers for the outline.protected AnnotationColors[]ObjectAnnotationsHandler. m_ShapeColorsthe colorizers for the shape.protected AnnotationColors[]ObjectAnnotationsReportHandler. m_ShapeColorsthe colorizers for the shape.Methods in adams.gui.tools.previewbrowser that return AnnotationColors Modifier and Type Method Description AnnotationColors[]ObjectAnnotationsHandler. getLabelColors()Returns the colorizers for the label plotters.AnnotationColors[]ObjectAnnotationsReportHandler. getLabelColors()Returns the colorizers for the label plotters.AnnotationColors[]ObjectAnnotationsHandler. getOutlineColors()Returns the colorizers for the outline plotters.AnnotationColors[]ObjectAnnotationsReportHandler. getOutlineColors()Returns the colorizers for the outline plotters.AnnotationColors[]ObjectAnnotationsHandler. getShapeColors()Returns the colorizers for the shape plotters.AnnotationColors[]ObjectAnnotationsReportHandler. getShapeColors()Returns the colorizers for the shape plotters.Methods in adams.gui.tools.previewbrowser with parameters of type AnnotationColors Modifier and Type Method Description voidObjectAnnotationsHandler. setLabelColors(AnnotationColors[] value)Sets the colorizers for the label plotters.voidObjectAnnotationsReportHandler. setLabelColors(AnnotationColors[] value)Sets the colorizers for the label plotters.voidObjectAnnotationsHandler. setOutlineColors(AnnotationColors[] value)Sets the colorizers for the outline plotters.voidObjectAnnotationsReportHandler. setOutlineColors(AnnotationColors[] value)Sets the colorizers for the outline plotters.voidObjectAnnotationsHandler. setShapeColors(AnnotationColors[] value)Sets the colorizers for the shape plotters.voidObjectAnnotationsReportHandler. setShapeColors(AnnotationColors[] value)Sets the colorizers for the shape plotters. -
Uses of AnnotationColors in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as AnnotationColors Modifier and Type Field Description protected AnnotationColors[]ObjectAnnotations. m_LabelColorsthe colorizers for the labels.protected AnnotationColors[]ObjectAnnotations. m_OutlineColorsthe colorizers for the outline.protected AnnotationColors[]ObjectAnnotations. m_ShapeColorsthe colorizers for the shape.Methods in adams.gui.visualization.image that return AnnotationColors Modifier and Type Method Description AnnotationColors[]ObjectAnnotations. getLabelColors()Returns the colorizers for the label plotters.AnnotationColors[]ObjectAnnotations. getOutlineColors()Returns the colorizers for the outline plotters.AnnotationColors[]ObjectAnnotations. getShapeColors()Returns the colorizers for the shape plotters.Methods in adams.gui.visualization.image with parameters of type AnnotationColors Modifier and Type Method Description voidObjectAnnotations. setLabelColors(AnnotationColors[] value)Sets the colorizers for the label plotters.voidObjectAnnotations. setOutlineColors(AnnotationColors[] value)Sets the colorizers for the outline plotters.voidObjectAnnotations. setShapeColors(AnnotationColors[] value)Sets the colorizers for the shape plotters. -
Uses of AnnotationColors in adams.gui.visualization.object.objectannotations.colors
Classes in adams.gui.visualization.object.objectannotations.colors that implement AnnotationColors Modifier and Type Class Description classAbstractAnnotationColorsAncestor for annotation colorizers.classFixedColorUses a single, fixed color.classPerTypeUses a color per object type.classTypeColorMappingUses the colors defined for each type.classVaryByObjectVaries the color per object, useful when just a single type of object is annotated. -
Uses of AnnotationColors in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as AnnotationColors Modifier and Type Field Description protected AnnotationColorsObjectAnnotations. m_InvalidOutlineColorthe colorizers for the outline (invalid annotations).protected AnnotationColorsObjectAnnotations. m_InvalidShapeColorthe colorizers for the shape annotations (invalid annotations).protected AnnotationColors[]ObjectAnnotations. m_LabelColorsthe colorizers for the labels.protected AnnotationColors[]ObjectAnnotations. m_OutlineColorsthe colorizers for the outline.protected AnnotationColors[]ObjectAnnotations. m_ShapeColorsthe colorizers for the shape.Methods in adams.gui.visualization.object.overlay that return AnnotationColors Modifier and Type Method Description AnnotationColorsObjectAnnotations. getInvalidOutlineColor()Returns the colorizer for the outline plotter of invalid annotations.AnnotationColorsObjectAnnotations. getInvalidShapeColor()Returns the colorizer for the shape plotter for invalid annotations.AnnotationColors[]ObjectAnnotations. getLabelColors()Returns the colorizers for the label plotters.AnnotationColors[]ObjectAnnotations. getOutlineColors()Returns the colorizers for the outline plotters.AnnotationColors[]ObjectAnnotations. getShapeColors()Returns the colorizers for the shape plotters.Methods in adams.gui.visualization.object.overlay with parameters of type AnnotationColors Modifier and Type Method Description voidObjectAnnotations. setInvalidOutlineColor(AnnotationColors value)Sets the colorizer for the outline plotter of invalid annotations.voidObjectAnnotations. setInvalidShapeColor(AnnotationColors value)Sets the colorizer for the shape plotter for invalid annotations.voidObjectAnnotations. setLabelColors(AnnotationColors[] value)Sets the colorizers for the label plotters.voidObjectAnnotations. setOutlineColors(AnnotationColors[] value)Sets the colorizers for the outline plotters.voidObjectAnnotations. setShapeColors(AnnotationColors[] value)Sets the colorizers for the shape plotters.
-