Uses of Class
net.grelf.astro.Magnitude

Packages that use Magnitude
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of Magnitude in net.grelf.astro
 

Methods in net.grelf.astro that return Magnitude
 Magnitude Magnitude.clone()
          Returns a new Magnitude object with the same data.
 Magnitude Star.getMagnitude()
          Get the "principal" magnitude.
 Magnitude Star.getMagnitude(java.lang.String bandId)
          Get the magnitude with given band id, or null if not found.
 

Methods in net.grelf.astro that return types with arguments of type Magnitude
 java.util.List<Magnitude> Star.getMagnitudes()
          Get the list of magnitudes
 

Methods in net.grelf.astro with parameters of type Magnitude
 void Star.addMagnitude(Magnitude m)
          Add another magnitude for this star.
 void Star.setMagnitude(Magnitude m)
          For entering a manual magnitude value to replace all others (as in BlobMenu).
 

Constructors in net.grelf.astro with parameters of type Magnitude
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability)
          Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, double xdd, double zdd)
          Generally two of the ids passed in will be expected to be null.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, ProperMotion pm)
          Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, ProperMotion pm, double xdd, double zdd)
          Generally two of the ids passed in will be expected to be null.