Uses of Class
org.stellarium.SkyLine.TYPE

Packages that use SkyLine.TYPE
org.stellarium   
 

Uses of SkyLine.TYPE in org.stellarium
 

Fields in org.stellarium declared as SkyLine.TYPE
(package private)  SkyLine.TYPE SkyLine.lineType
           
 

Methods in org.stellarium that return SkyLine.TYPE
static SkyLine.TYPE SkyLine.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SkyLine.TYPE[] SkyLine.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.stellarium with parameters of type SkyLine.TYPE
SkyLine(SkyLine.TYPE lineType)
           
SkyLine(SkyLine.TYPE lineType, double radius, int nbSegment)