mhuss utils 1.1.5ws

com.mhuss.AstroLib
Class Planets

java.lang.Object
  extended by com.mhuss.AstroLib.Planets

public final class Planets
extends java.lang.Object

A common place to store planetary constants.


Field Summary
static int EARTH
           
static int JUPITER
           
static int LUNA
          Earth's moon - not a planet, but it is a heavenly body.
static int MARS
           
static int MERCURY
           
static int NAP
          NAP = Not A Planet.
static int NEPTUNE
           
static int PLANETOID
           
static int PLUTO
           
static int SATURN
           
static int SUN
           
static int URANUS
           
static int VENUS
           
 
Constructor Summary
Planets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAP

public static final int NAP
NAP = Not A Planet.

See Also:
Constant Field Values

SUN

public static final int SUN
See Also:
Constant Field Values

MERCURY

public static final int MERCURY
See Also:
Constant Field Values

VENUS

public static final int VENUS
See Also:
Constant Field Values

EARTH

public static final int EARTH
See Also:
Constant Field Values

MARS

public static final int MARS
See Also:
Constant Field Values

JUPITER

public static final int JUPITER
See Also:
Constant Field Values

SATURN

public static final int SATURN
See Also:
Constant Field Values

URANUS

public static final int URANUS
See Also:
Constant Field Values

NEPTUNE

public static final int NEPTUNE
See Also:
Constant Field Values

PLUTO

public static final int PLUTO
See Also:
Constant Field Values

LUNA

public static final int LUNA
Earth's moon - not a planet, but it is a heavenly body.

See Also:
Constant Field Values

PLANETOID

public static final int PLANETOID
See Also:
Constant Field Values
Constructor Detail

Planets

public Planets()

mhuss utils 1.1.5ws

bottom text