Uses of Class
org.stellarium.astro.HipStar.SpectralType

Packages that use HipStar.SpectralType
org.stellarium.astro Astronomical computations 
 

Uses of HipStar.SpectralType in org.stellarium.astro
 

Fields in org.stellarium.astro declared as HipStar.SpectralType
(package private)  HipStar.SpectralType HipStar.type
          Spectral type coded as number in [0..12]
 

Methods in org.stellarium.astro that return HipStar.SpectralType
static HipStar.SpectralType HipStar.SpectralType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HipStar.SpectralType[] HipStar.SpectralType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.