Uses of Class
org.stellarium.StelObject

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

Uses of StelObject in org.stellarium
 

Subclasses of StelObject in org.stellarium
(package private) static class StelObject.StelObjectUninitialized
           
 class StelObjectBase
           
 

Fields in org.stellarium declared as StelObject
private  StelObject StelCore.selectedObject
          The selected object in stellarium
 

Methods in org.stellarium that return StelObject
 StelObject StelCore.cleverFind(int x, int y)
          Find in a "clever" way an object from its screen position
(package private)  StelObject StelCore.cleverFind(javax.vecmath.Point3d v)
          Find in a "clever" way an object from its equatorial position
 StelObject StelObjectBase.getBrightestStarInConstellation()
           
 StelObject StelCore.getSelectedObject()
           
private  StelObject StelCore.searchByNameI18n(java.lang.String name)
          Find any kind of object by the name
 

Methods in org.stellarium with parameters of type StelObject
private  boolean StelCore.selectObject(StelObject obj)
          Select passed object
(package private)  void Navigator.updateVisionVector(int deltaTime, StelObject selected)
           
 

Uses of StelObject in org.stellarium.astro
 

Subclasses of StelObject in org.stellarium.astro
 class Constellation
          Constellation.
 class HipStar
           
 class Nebula
           
 class Planet
          A planet.
 

Fields in org.stellarium.astro declared as StelObject
private  StelObject SolarSystem.selected
          he currently selected planet
 

Fields in org.stellarium.astro with type parameters of type StelObject
private  java.util.List<StelObject> Constellation.asterism
           
 

Methods in org.stellarium.astro that return StelObject
 StelObject Constellation.getBrightestStarInConstellation()
           
 StelObject SolarSystem.getSelected()
           
 StelObject ConstellationMgr.getSelected()
           
 StelObject NebulaMgr.search(java.lang.String name)
          Search a Nebula by its name.
 StelObject HipStarMgr.search(java.lang.String name)
           
 StelObject NebulaMgr.search(javax.vecmath.Vector3d pos)
          Look for a nebulae by XYZ coords
 StelObject NebulaMgr.searchByNameI18n(java.lang.String nameI18n)
          Return the matching Nebula object's pointer if exists or null
 StelObject HipStarMgr.searchByNameI18n(java.lang.String nameI18n)
           
 StelObject ConstellationMgr.searchByNameI18n(java.lang.String nameI18n)
          Return the matching constellation object's pointer if exists or NULL
 

Methods in org.stellarium.astro that return types with arguments of type StelObject
 java.util.List<StelObject> NebulaMgr.searchAround(javax.vecmath.Tuple3d p, double limFOV)
          Return a stl vector containing the nebulas located inside the lim_fov circle around position v
 java.util.List<StelObject> HipStarMgr.searchAround(javax.vecmath.Tuple3d p, double limFov)
          Return a stl vector containing the nebulas located inside the limFov circle around position v
 java.util.List<StelObject> SolarSystem.searchAround(javax.vecmath.Tuple3d p, double limFOV, Navigator nav, DefaultProjector prj)
          Return a stl vector containing the planets located inside the limFOV circle around position v
 

Methods in org.stellarium.astro with parameters of type StelObject
 Constellation ConstellationMgr.isStarIn(StelObject s)
           
(package private)  Constellation Constellation.isStarIn(StelObject s)
           
 void SolarSystem.setSelected(StelObject obj)
           
 void ConstellationMgr.setSelected(StelObject s)
          Define which constellation is selected from a star number
 

Uses of StelObject in org.stellarium.telescope
 

Subclasses of StelObject in org.stellarium.telescope
 class Telescope
           
(package private) static class Telescope.TelescopeDummy
           
 

Methods in org.stellarium.telescope that return StelObject
 StelObject TelescopeMgr.searchByNameI18n(java.lang.String nameI18n)
           
 

Methods in org.stellarium.telescope that return types with arguments of type StelObject
 java.util.List<StelObject> TelescopeMgr.searchAround(javax.vecmath.Point3d pos, double limFov)