Uses of Class
edu.pdx.starview.imaging.SVSkyObject

Packages that use SVSkyObject
edu.pdx.starview.data   
edu.pdx.starview.imaging   
edu.pdx.starview.planets   
 

Uses of SVSkyObject in edu.pdx.starview.data
 

Subclasses of SVSkyObject in edu.pdx.starview.data
 class SVStar
          This is a general purpose star object that can store any and all information of interest from a star catalog, as well as due calcuations about it self for apparent location at a particular place on earth, at a particular time.
 

Uses of SVSkyObject in edu.pdx.starview.imaging
 

Methods in edu.pdx.starview.imaging with parameters of type SVSkyObject
 void ImageMap.drawStar(SVAngle objectAzIn, SVAngle objectAltIn, SVSkyObject objectInfo)
          Draws a point in the sky where a star or planet will be.
 

Uses of SVSkyObject in edu.pdx.starview.planets
 

Subclasses of SVSkyObject in edu.pdx.starview.planets
 class PlanetData
          This contains a list of all the planets, and provides methods to do back-end calculations of their locations at any point in time.