Uses of Class
adams.gui.visualization.spectrum.SpectrumPaintlet.MarkerShape
-
Packages that use SpectrumPaintlet.MarkerShape Package Description adams.gui.visualization.spectrum -
-
Uses of SpectrumPaintlet.MarkerShape in adams.gui.visualization.spectrum
Methods in adams.gui.visualization.spectrum that return SpectrumPaintlet.MarkerShape Modifier and Type Method Description protected SpectrumPaintlet.MarkerShape
SpectrumPaintlet. getMarkerShape(int index)
Determines the shape to paint around the data points, based on the index of the data.static SpectrumPaintlet.MarkerShape
SpectrumPaintlet.MarkerShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpectrumPaintlet.MarkerShape[]
SpectrumPaintlet.MarkerShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.spectrum with parameters of type SpectrumPaintlet.MarkerShape Modifier and Type Method Description protected void
SpectrumPaintlet. drawData(Graphics g, Spectrum data, Color color, SpectrumPaintlet.MarkerShape marker)
Draws the data with the given color.
-