Uses of Class
nz.ac.waikato.adams.webservice.rats.multispectrum.Spectrum
-
Packages that use Spectrum Package Description nz.ac.waikato.adams.webservice.rats.multispectrum -
-
Uses of Spectrum in nz.ac.waikato.adams.webservice.rats.multispectrum
Fields in nz.ac.waikato.adams.webservice.rats.multispectrum with type parameters of type Spectrum Modifier and Type Field Description protected List<Spectrum>
MultiSpectrum. spectra
Methods in nz.ac.waikato.adams.webservice.rats.multispectrum that return Spectrum Modifier and Type Method Description Spectrum
ObjectFactory. createSpectrum()
Create an instance ofSpectrum
Methods in nz.ac.waikato.adams.webservice.rats.multispectrum that return types with arguments of type Spectrum Modifier and Type Method Description List<Spectrum>
MultiSpectrum. getSpectra()
Gets the value of the spectra property.
-