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_ShapePlotters
the 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 void
ObjectAnnotationsFromReport. 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_ShapePlotters
the shape plotters.protected ShapePlotter[]
ObjectAnnotationsReportHandler. m_ShapePlotters
the 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 void
ObjectAnnotationsHandler. setShapePlotters(ShapePlotter[] value)
Sets the plotters for the shapes.void
ObjectAnnotationsReportHandler. 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_ShapePlotters
the 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 void
ObjectAnnotations. 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 class
AbstractShapePlotter
Ancestor for outline plotters.class
Center
Plots a circle in the center of the object.class
FilledPolygon
Plots a filled polygon.class
FilledRectangle
Plots a filled rectangle.class
MultiShapePlotter
Applies the specified plotters subsequently.class
NoShape
Omits plotting the shape.Fields in adams.gui.visualization.object.objectannotations.shape declared as ShapePlotter Modifier and Type Field Description protected ShapePlotter[]
MultiShapePlotter. m_Plotters
the 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 void
MultiShapePlotter. 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 ShapePlotter
ObjectAnnotations. m_InvalidShapePlotter
the shape plotter for annotations (invalid annotations).protected ShapePlotter[]
ObjectAnnotations. m_ShapePlotters
the shape plotters.Methods in adams.gui.visualization.object.overlay that return ShapePlotter Modifier and Type Method Description ShapePlotter
ObjectAnnotations. 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 void
ObjectAnnotations. setInvalidShapePlotter(ShapePlotter value)
Sets the plotter for the shapes of invalid annotations.void
ObjectAnnotations. setShapePlotters(ShapePlotter[] value)
Sets the plotters for the shapes.
-