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_LabelPlottersthe 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 voidObjectAnnotationsFromReport. 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_LabelPlottersthe label plotters.protected LabelPlotter[]ObjectAnnotationsReportHandler. m_LabelPlottersthe 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 voidObjectAnnotationsHandler. setLabelPlotters(LabelPlotter[] value)Sets the plotters for the labels.voidObjectAnnotationsReportHandler. 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_LabelPlottersthe 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 voidObjectAnnotations. 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 classAbstractLabelPlotterAncestor for label plotters.classAnchoredPlots the label relative to the anchor.classMultiLabelPlotterApplies the specified plotters subsequently.classNoLabelDoes not plot a label.Fields in adams.gui.visualization.object.objectannotations.label declared as LabelPlotter Modifier and Type Field Description protected LabelPlotter[]MultiLabelPlotter. m_Plottersthe 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 voidMultiLabelPlotter. 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_LabelPlottersthe 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 voidObjectAnnotations. setLabelPlotters(LabelPlotter[] value)Sets the plotters for the labels.
-