Uses of Interface
adams.gui.visualization.object.objectannotations.shape.ShapePlotter
-
-
Uses of ShapePlotter in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as ShapePlotter Modifier and Type Field Description protected ShapePlotter[]ObjectAnnotationsFromReport. m_ShapePlottersthe shape plotters.Methods in adams.flow.transformer.draw that return ShapePlotter Modifier and Type Method Description ShapePlotter[]ObjectAnnotationsFromReport. getShapePlotters()Returns the plotters for the shapes.Methods in adams.flow.transformer.draw with parameters of type ShapePlotter Modifier and Type Method Description voidObjectAnnotationsFromReport. setShapePlotters(ShapePlotter[] value)Sets the plotters for the shapes. -
Uses of ShapePlotter in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ShapePlotter Modifier and Type Field Description protected ShapePlotter[]ObjectAnnotationsHandler. m_ShapePlottersthe shape plotters.protected ShapePlotter[]ObjectAnnotationsReportHandler. m_ShapePlottersthe shape plotters.Methods in adams.gui.tools.previewbrowser that return ShapePlotter Modifier and Type Method Description ShapePlotter[]ObjectAnnotationsHandler. getShapePlotters()Returns the plotters for the shapes.ShapePlotter[]ObjectAnnotationsReportHandler. getShapePlotters()Returns the plotters for the shapes.Methods in adams.gui.tools.previewbrowser with parameters of type ShapePlotter Modifier and Type Method Description voidObjectAnnotationsHandler. setShapePlotters(ShapePlotter[] value)Sets the plotters for the shapes.voidObjectAnnotationsReportHandler. setShapePlotters(ShapePlotter[] value)Sets the plotters for the shapes. -
Uses of ShapePlotter in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as ShapePlotter Modifier and Type Field Description protected ShapePlotter[]ObjectAnnotations. m_ShapePlottersthe shape plotters.Methods in adams.gui.visualization.image that return ShapePlotter Modifier and Type Method Description ShapePlotter[]ObjectAnnotations. getShapePlotters()Returns the plotters for the shapes.Methods in adams.gui.visualization.image with parameters of type ShapePlotter Modifier and Type Method Description voidObjectAnnotations. setShapePlotters(ShapePlotter[] value)Sets the plotters for the shapes. -
Uses of ShapePlotter in adams.gui.visualization.object.objectannotations.shape
Classes in adams.gui.visualization.object.objectannotations.shape that implement ShapePlotter Modifier and Type Class Description classAbstractShapePlotterAncestor for outline plotters.classCenterPlots a circle in the center of the object.classFilledPolygonPlots a filled polygon.classFilledRectanglePlots a filled rectangle.classMultiShapePlotterApplies the specified plotters subsequently.classNoShapeOmits plotting the shape.Fields in adams.gui.visualization.object.objectannotations.shape declared as ShapePlotter Modifier and Type Field Description protected ShapePlotter[]MultiShapePlotter. m_Plottersthe plotters to use.Methods in adams.gui.visualization.object.objectannotations.shape that return ShapePlotter Modifier and Type Method Description ShapePlotter[]MultiShapePlotter. getPlotters()Returns the plotters in use.Methods in adams.gui.visualization.object.objectannotations.shape with parameters of type ShapePlotter Modifier and Type Method Description voidMultiShapePlotter. setPlotters(ShapePlotter[] value)Sets the plotters to use. -
Uses of ShapePlotter in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as ShapePlotter Modifier and Type Field Description protected ShapePlotterObjectAnnotations. m_InvalidShapePlotterthe shape plotter for annotations (invalid annotations).protected ShapePlotter[]ObjectAnnotations. m_ShapePlottersthe shape plotters.Methods in adams.gui.visualization.object.overlay that return ShapePlotter Modifier and Type Method Description ShapePlotterObjectAnnotations. getInvalidShapePlotter()Returns the plotter for the shapes of invalid annotations.ShapePlotter[]ObjectAnnotations. getShapePlotters()Returns the plotters for the shapes.Methods in adams.gui.visualization.object.overlay with parameters of type ShapePlotter Modifier and Type Method Description voidObjectAnnotations. setInvalidShapePlotter(ShapePlotter value)Sets the plotter for the shapes of invalid annotations.voidObjectAnnotations. setShapePlotters(ShapePlotter[] value)Sets the plotters for the shapes.
-