Uses of Enum
velo.ladaalpha.fields.astronomy.StellarSpectrum
Packages that use StellarSpectrum
- 
Uses of StellarSpectrum in velo.ladaalpha.fields.astronomy
Methods in velo.ladaalpha.fields.astronomy that return StellarSpectrumModifier and TypeMethodDescriptionStar.getSpectrum()Gets the spectrum.static StellarSpectrumReturns the enum constant of this type with the specified name.static StellarSpectrum[]StellarSpectrum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in velo.ladaalpha.fields.astronomy with parameters of type StellarSpectrumModifier and TypeMethodDescriptionvoidStar.setSpectrum(StellarSpectrum spectrum) Sets the spectrum.Constructors in velo.ladaalpha.fields.astronomy with parameters of type StellarSpectrumModifierConstructorDescriptionStar(double distance_ly, double apparent_magnitude, double absolute_magnitude, double liminosity, Color color, double radius, StellarSpectrum spectrum) Instantiates a new star.