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 AbstractSpectrumPaintlet
SpectrumDisplay. m_Paintlet
the paintlet to use.Methods in adams.flow.sink that return AbstractSpectrumPaintlet Modifier and Type Method Description AbstractSpectrumPaintlet
SpectrumDisplay. getPaintlet()
Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractSpectrumPaintlet Modifier and Type Method Description void
SpectrumDisplay. 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 class
ReportColorSpectrumPaintlet
Paintlet for painting the spectral data using the color stored in the report.class
SelectedWaveNumberPaintlet
Paintlet for highlighting a selected SpectrumPoint point on a panel.class
SimpleSpectrumPaintlet
Paintlet for painting the spectral graph, without any markers.class
SpectrumPaintlet
Paintlet for painting the spectral graph.class
SpectrumPaintletNumericField
Paintlet for painting the spectral graph.class
SpectrumPaintletStringField
Paintlet for painting the spectral graph.Fields in adams.gui.visualization.spectrum declared as AbstractSpectrumPaintlet Modifier and Type Field Description protected AbstractSpectrumPaintlet
SpectrumPanel. m_SpectrumPaintlet
paintlet for drawing the spectrum.Methods in adams.gui.visualization.spectrum that return AbstractSpectrumPaintlet Modifier and Type Method Description AbstractSpectrumPaintlet
SpectrumPanel. getContainerPaintlet()
Returns the paintlet used for painting the containers.
-