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_OutlinePlottersthe 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 voidObjectAnnotationsFromReport. 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_OutlinePlottersthe outline plotters.protected OutlinePlotter[]ObjectAnnotationsReportHandler. m_OutlinePlottersthe 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 voidObjectAnnotationsHandler. setOutlinePlotters(OutlinePlotter[] value)Sets the plotters for the outlines.voidObjectAnnotationsReportHandler. 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_OutlinePlottersthe 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 voidObjectAnnotations. 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 interfaceSubsetPlotSupporterInterface 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 classAbstractOutlinePlotterAncestor for outline plotters.classAbstractStrokeOutlinePlotterAncestor for plotters that define a stroke width.classConditionalOutlinePlotterPlots the outline only if the object is located by the specified object finder.classMultiOutlinePlotterApplies the specified plotters subsequently.classNoOutlineOmits plotting an outline.classPolygonOutlinePlots the polygon.classPolygonVerticesPlots the polygon vertices.classRectangleOutlinePlots the bounding box.classRectangleVerticesPlots the vertices of the bounding box.Fields in adams.gui.visualization.object.objectannotations.outline declared as OutlinePlotter Modifier and Type Field Description protected OutlinePlotterConditionalOutlinePlotter. m_OutlinePlotterthe outline plotter to use.protected OutlinePlotter[]MultiOutlinePlotter. m_Plottersthe plotters to use.Methods in adams.gui.visualization.object.objectannotations.outline that return OutlinePlotter Modifier and Type Method Description OutlinePlotterConditionalOutlinePlotter. getOutlinePlotter()Returns the outline plotter in use.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 voidConditionalOutlinePlotter. setOutlinePlotter(OutlinePlotter value)Sets the outline plotter to use.voidMultiOutlinePlotter. 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 OutlinePlotterObjectAnnotations. m_InvalidOutlinePlotterthe outline plotters (invalid annotations).protected OutlinePlotter[]ObjectAnnotations. m_OutlinePlottersthe outline plotters.Methods in adams.gui.visualization.object.overlay that return OutlinePlotter Modifier and Type Method Description OutlinePlotterObjectAnnotations. 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 voidObjectAnnotations. setInvalidOutlinePlotter(OutlinePlotter value)Sets the plotter for the outlines of invalid annotations.voidObjectAnnotations. setOutlinePlotters(OutlinePlotter[] value)Sets the plotters for the outlines.
-