Uses of Class
org.stellarium.astro.Constellation

Packages that use Constellation
org.stellarium.astro Astronomical computations 
 

Uses of Constellation in org.stellarium.astro
 

Fields in org.stellarium.astro declared as Constellation
private  Constellation ConstellationMgr.selected
           
 

Fields in org.stellarium.astro with type parameters of type Constellation
private  java.util.Map<java.lang.String,Constellation> ConstellationMgr.asterisms
           
 

Methods in org.stellarium.astro that return Constellation
 Constellation ConstellationMgr.findFromAbbreviation(java.lang.String shortname)
           
 Constellation ConstellationMgr.isStarIn(StelObject s)
           
(package private)  Constellation Constellation.isStarIn(StelObject s)
           
 

Methods in org.stellarium.astro with parameters of type Constellation
 void Constellation.setAllFlags(Constellation cc)
           
(package private)  void ConstellationMgr.setSelectedConst(Constellation c)