Sky View Café - Java

org.shetline.astronomy
Class StarCatalog.ConstellationInfo

java.lang.Object
  extended by org.shetline.astronomy.StarCatalog.ConstellationInfo
Enclosing class:
StarCatalog

protected static class StarCatalog.ConstellationInfo
extends Object


Field Summary
 String code
           
 String name
           
 int[] starList
           
 
Constructor Summary
protected StarCatalog.ConstellationInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public String code

name

public String name

starList

public int[] starList
Constructor Detail

StarCatalog.ConstellationInfo

protected StarCatalog.ConstellationInfo()

Sky View Café - Java