Uses of Interface
adams.gui.visualization.object.objectannotations.label.LabelPlotter
-
-
Uses of LabelPlotter in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as LabelPlotter Modifier and Type Field Description protected LabelPlotter[]
ObjectAnnotationsFromReport. m_LabelPlotters
the label plotters.Methods in adams.flow.transformer.draw that return LabelPlotter Modifier and Type Method Description LabelPlotter[]
ObjectAnnotationsFromReport. getLabelPlotters()
Returns the plotters for the labels.Methods in adams.flow.transformer.draw with parameters of type LabelPlotter Modifier and Type Method Description void
ObjectAnnotationsFromReport. setLabelPlotters(LabelPlotter[] value)
Sets the plotters for the labels. -
Uses of LabelPlotter in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as LabelPlotter Modifier and Type Field Description protected LabelPlotter[]
ObjectAnnotationsHandler. m_LabelPlotters
the label plotters.protected LabelPlotter[]
ObjectAnnotationsReportHandler. m_LabelPlotters
the label plotters.Methods in adams.gui.tools.previewbrowser that return LabelPlotter Modifier and Type Method Description LabelPlotter[]
ObjectAnnotationsHandler. getLabelPlotters()
Returns the plotters for the labels.LabelPlotter[]
ObjectAnnotationsReportHandler. getLabelPlotters()
Returns the plotters for the labels.Methods in adams.gui.tools.previewbrowser with parameters of type LabelPlotter Modifier and Type Method Description void
ObjectAnnotationsHandler. setLabelPlotters(LabelPlotter[] value)
Sets the plotters for the labels.void
ObjectAnnotationsReportHandler. setLabelPlotters(LabelPlotter[] value)
Sets the plotters for the labels. -
Uses of LabelPlotter in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as LabelPlotter Modifier and Type Field Description protected LabelPlotter[]
ObjectAnnotations. m_LabelPlotters
the label plotters.Methods in adams.gui.visualization.image that return LabelPlotter Modifier and Type Method Description LabelPlotter[]
ObjectAnnotations. getLabelPlotters()
Returns the plotters for the labels.Methods in adams.gui.visualization.image with parameters of type LabelPlotter Modifier and Type Method Description void
ObjectAnnotations. setLabelPlotters(LabelPlotter[] value)
Sets the plotters for the labels. -
Uses of LabelPlotter in adams.gui.visualization.object.objectannotations.label
Classes in adams.gui.visualization.object.objectannotations.label that implement LabelPlotter Modifier and Type Class Description class
AbstractLabelPlotter
Ancestor for label plotters.class
Anchored
Plots the label relative to the anchor.class
MultiLabelPlotter
Applies the specified plotters subsequently.class
NoLabel
Does not plot a label.Fields in adams.gui.visualization.object.objectannotations.label declared as LabelPlotter Modifier and Type Field Description protected LabelPlotter[]
MultiLabelPlotter. m_Plotters
the plotters to use.Methods in adams.gui.visualization.object.objectannotations.label that return LabelPlotter Modifier and Type Method Description LabelPlotter[]
MultiLabelPlotter. getPlotters()
Returns the plotters in use.Methods in adams.gui.visualization.object.objectannotations.label with parameters of type LabelPlotter Modifier and Type Method Description void
MultiLabelPlotter. setPlotters(LabelPlotter[] value)
Sets the plotters to use. -
Uses of LabelPlotter in adams.gui.visualization.object.overlay
Fields in adams.gui.visualization.object.overlay declared as LabelPlotter Modifier and Type Field Description protected LabelPlotter[]
ObjectAnnotations. m_LabelPlotters
the label plotters.Methods in adams.gui.visualization.object.overlay that return LabelPlotter Modifier and Type Method Description LabelPlotter[]
ObjectAnnotations. getLabelPlotters()
Returns the plotters for the labels.Methods in adams.gui.visualization.object.overlay with parameters of type LabelPlotter Modifier and Type Method Description void
ObjectAnnotations. setLabelPlotters(LabelPlotter[] value)
Sets the plotters for the labels.
-