Uses of Class
org.stellarium.StelObject.TYPE

Packages that use StelObject.TYPE
org.stellarium   
org.stellarium.astro Astronomical computations 
org.stellarium.telescope   
 

Uses of StelObject.TYPE in org.stellarium
 

Methods in org.stellarium that return StelObject.TYPE
abstract  StelObject.TYPE StelObjectBase.getType()
          Tree.Return object's type
abstract  StelObject.TYPE StelObject.getType()
           
 StelObject.TYPE StelObject.StelObjectUninitialized.getType()
           
static StelObject.TYPE StelObject.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StelObject.TYPE[] StelObject.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of StelObject.TYPE in org.stellarium.astro
 

Methods in org.stellarium.astro that return StelObject.TYPE
 StelObject.TYPE Planet.getType()
           
 StelObject.TYPE Nebula.getType()
           
 StelObject.TYPE HipStar.getType()
           
 StelObject.TYPE Constellation.getType()
          Return object's type
 

Uses of StelObject.TYPE in org.stellarium.telescope
 

Methods in org.stellarium.telescope that return StelObject.TYPE
 StelObject.TYPE Telescope.getType()