Uses of Interface
adams.gui.visualization.object.objectannotations.outline.OutlinePlotter
-
-
Uses of OutlinePlotter in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as OutlinePlotter Modifier and Type Field Description protected OutlinePlotter[]
ObjectAnnotationsFromReport. m_OutlinePlotters
the outline plotters.Methods in adams.flow.transformer.draw that return OutlinePlotter Modifier and Type Method Description OutlinePlotter[]
ObjectAnnotationsFromReport. getOutlinePlotters()
Returns the plotters for the outlines.Methods in adams.flow.transformer.draw with parameters of type OutlinePlotter Modifier and Type Method Description void
ObjectAnnotationsFromReport. setOutlinePlotters(OutlinePlotter[] value)
Sets the plotters for the outlines. -
Uses of OutlinePlotter in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as OutlinePlotter Modifier and Type Field Description protected OutlinePlotter[]
ObjectAnnotationsHandler. m_OutlinePlotters
the outline plotters.protected OutlinePlotter[]
ObjectAnnotationsReportHandler. m_OutlinePlotters
the outline plotters.Methods in adams.gui.tools.previewbrowser that return OutlinePlotter Modifier and Type Method Description OutlinePlotter[]
ObjectAnnotationsHandler. getOutlinePlotters()
Returns the plotters for the outlines.OutlinePlotter[]
ObjectAnnotationsReportHandler. getOutlinePlotters()
Returns the plotters for the outlines.Methods in adams.gui.tools.previewbrowser with parameters of type OutlinePlotter Modifier and Type Method Description void
ObjectAnnotationsHandler. setOutlinePlotters(OutlinePlotter[] value)
Sets the plotters for the outlines.void
ObjectAnnotationsReportHandler. setOutlinePlotters(OutlinePlotter[] value)
Sets the plotters for the outlines. -
Uses of OutlinePlotter in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as OutlinePlotter Modifier and Type Field Description protected OutlinePlotter[]
ObjectAnnotations. m_OutlinePlotters
the outline plotters.Methods in adams.gui.visualization.image that return OutlinePlotter Modifier and Type Method Description OutlinePlotter[]
ObjectAnnotations. getOutlinePlotters()
Returns the plotters for the outlines.Methods in adams.gui.visualization.image with parameters of type OutlinePlotter Modifier and Type Method Description void
ObjectAnnotations. setOutlinePlotters(OutlinePlotter[] value)
Sets the plotters for the outlines. -
Uses of OutlinePlotter in adams.gui.visualization.object.objectannotations.outline
Subinterfaces of OutlinePlotter in adams.gui.visualization.object.objectannotations.outline Modifier and Type Interface Description interface
SubsetPlotSupporter
Interface for plotters that allow limiting the objects to be plotted.Classes in adams.gui.visualization.object.objectannotations.outline that implement OutlinePlotter Modifier and Type Class Description class
AbstractOutlinePlotter
Ancestor for outline plotters.class
AbstractStrokeOutlinePlotter
Ancestor for plotters that define a stroke width.class
MultiOutlinePlotter
Applies the specified plotters subsequently.class
NoOutline
Omits plotting an outline.class
PolygonOutline
Plots the polygon.class
PolygonVertices
Plots the polygon vertices.class
RectangleOutline
Plots the bounding box.class
RectangleVertices
Plots the vertices of the bounding box.Fields in adams.gui.visualization.object.objectannotations.outline declared as OutlinePlotter Modifier and Type Field Description protected OutlinePlotter[]
MultiOutlinePlotter. m_Plotters
the plotters to use.Methods in adams.gui.visualization.object.objectannotations.outline that return OutlinePlotter Modifier and Type Method Description OutlinePlotter[]
MultiOutlinePlotter. getPlotters()
Returns the plotters in use.Methods in adams.gui.visualization.object.objectannotations.outline with parameters of type OutlinePlotter Modifier and Type Method Description void
MultiOutlinePlotter. setPlotters(OutlinePlotter[] value)
Sets the plotters to use. -
Uses of OutlinePlotter in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as OutlinePlotter Modifier and Type Field Description protected OutlinePlotter
ObjectAnnotations. m_InvalidOutlinePlotter
the outline plotters (invalid annotations).protected OutlinePlotter[]
ObjectAnnotations. m_OutlinePlotters
the outline plotters.Methods in adams.gui.visualization.object.overlay that return OutlinePlotter Modifier and Type Method Description OutlinePlotter
ObjectAnnotations. getInvalidOutlinePlotter()
Returns the plotter for the outlines of invalid annotations.OutlinePlotter[]
ObjectAnnotations. getOutlinePlotters()
Returns the plotters for the outlines.Methods in adams.gui.visualization.object.overlay with parameters of type OutlinePlotter Modifier and Type Method Description void
ObjectAnnotations. setInvalidOutlinePlotter(OutlinePlotter value)
Sets the plotter for the outlines of invalid annotations.void
ObjectAnnotations. setOutlinePlotters(OutlinePlotter[] value)
Sets the plotters for the outlines.
-