Uses of Class
adams.gui.visualization.spectrum.AbstractSpectrumPaintlet
-
Packages that use AbstractSpectrumPaintlet Package Description adams.flow.sink adams.gui.visualization.spectrum -
-
Uses of AbstractSpectrumPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractSpectrumPaintlet Modifier and Type Field Description protected AbstractSpectrumPaintletSpectrumDisplay. m_Paintletthe paintlet to use.Methods in adams.flow.sink that return AbstractSpectrumPaintlet Modifier and Type Method Description AbstractSpectrumPaintletSpectrumDisplay. getPaintlet()Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractSpectrumPaintlet Modifier and Type Method Description voidSpectrumDisplay. setPaintlet(AbstractSpectrumPaintlet value)Sets the paintlet to use. -
Uses of AbstractSpectrumPaintlet in adams.gui.visualization.spectrum
Subclasses of AbstractSpectrumPaintlet in adams.gui.visualization.spectrum Modifier and Type Class Description classReportColorSpectrumPaintletPaintlet for painting the spectral data using the color stored in the report.classSelectedWaveNumberPaintletPaintlet for highlighting a selected SpectrumPoint point on a panel.classSimpleSpectrumPaintletPaintlet for painting the spectral graph, without any markers.classSpectrumPaintletPaintlet for painting the spectral graph.classSpectrumPaintletNumericFieldPaintlet for painting the spectral graph.classSpectrumPaintletStringFieldPaintlet for painting the spectral graph.Fields in adams.gui.visualization.spectrum declared as AbstractSpectrumPaintlet Modifier and Type Field Description protected AbstractSpectrumPaintletSpectrumPanel. m_SpectrumPaintletpaintlet for drawing the spectrum.Methods in adams.gui.visualization.spectrum that return AbstractSpectrumPaintlet Modifier and Type Method Description AbstractSpectrumPaintletSpectrumPanel. getContainerPaintlet()Returns the paintlet used for painting the containers.
-