org.stellarium
Class StelObject.StelObjectUninitialized

java.lang.Object
  extended by org.stellarium.StelObject
      extended by org.stellarium.StelObject.StelObjectUninitialized
Enclosing class:
StelObject

static class StelObject.StelObjectUninitialized
extends StelObject


Nested Class Summary
 
Nested classes/interfaces inherited from class org.stellarium.StelObject
StelObject.StelObjectUninitialized, StelObject.TYPE
 
Field Summary
 
Fields inherited from class org.stellarium.StelObject
uninitialized_object
 
Constructor Summary
StelObject.StelObjectUninitialized()
           
 
Method Summary
 void drawPointer(int deltaTime, Projector prj, NavigatorIfc nav)
          Draw a nice animated pointer around the object
 javax.vecmath.Point3d getEarthEquPos(NavigatorIfc nav)
           
 java.lang.String getEnglishName()
           
 java.lang.String getInfoString(NavigatorIfc nav)
          Write I18n information about the object in wstring.
 float getMag(NavigatorIfc nav)
           
 java.lang.String getNameI18n()
           
 javax.vecmath.Point3d getObsJ2000Pos(NavigatorIfc nav)
           
 double getParentSatellitesFOV(NavigatorIfc nav)
           
 SColor getRGB()
           
 java.lang.String getShortInfoString(NavigatorIfc nav)
          The returned wstring can typically be used for object labeling in the sky
 StelObject.TYPE getType()
           
 
Methods inherited from class org.stellarium.StelObject
getCloseFOV, getOnScreenSize, getSatellitesFOV, getUninitializedObject, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StelObject.StelObjectUninitialized

StelObject.StelObjectUninitialized()
Method Detail

getInfoString

public java.lang.String getInfoString(NavigatorIfc nav)
Description copied from class: StelObject
Write I18n information about the object in wstring.

Specified by:
getInfoString in class StelObject

getShortInfoString

public java.lang.String getShortInfoString(NavigatorIfc nav)
Description copied from class: StelObject
The returned wstring can typically be used for object labeling in the sky

Specified by:
getShortInfoString in class StelObject

getType

public StelObject.TYPE getType()
Specified by:
getType in class StelObject

getEnglishName

public java.lang.String getEnglishName()
Specified by:
getEnglishName in class StelObject

getNameI18n

public java.lang.String getNameI18n()
Specified by:
getNameI18n in class StelObject

getEarthEquPos

public javax.vecmath.Point3d getEarthEquPos(NavigatorIfc nav)
Specified by:
getEarthEquPos in class StelObject

getObsJ2000Pos

public javax.vecmath.Point3d getObsJ2000Pos(NavigatorIfc nav)
Specified by:
getObsJ2000Pos in class StelObject

getMag

public float getMag(NavigatorIfc nav)
Specified by:
getMag in class StelObject

drawPointer

public void drawPointer(int deltaTime,
                        Projector prj,
                        NavigatorIfc nav)
Description copied from class: StelObject
Draw a nice animated pointer around the object

Specified by:
drawPointer in class StelObject
Parameters:
deltaTime - The delta time
prj - The projector
nav - The navigator

getRGB

public SColor getRGB()
Specified by:
getRGB in class StelObject

getParentSatellitesFOV

public double getParentSatellitesFOV(NavigatorIfc nav)
Specified by:
getParentSatellitesFOV in class StelObject