Uses of Class
net.grelf.astro.StarChartSource

Packages that use StarChartSource
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of StarChartSource in net.grelf.astro
 

Methods in net.grelf.astro that return StarChartSource
static StarChartSource StarChartSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StarChartSource[] StarChartSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.grelf.astro with parameters of type StarChartSource
StarChart(java.lang.String title, RA ra, Dec dec, Epoch equinox, JulianDate epoch, double fieldWidthDegrees, boolean showVariables, boolean showChartCentre, StarChartSource source)
          If the title is null then one is constructed from the data (so many degrees around position).
StarChart(java.lang.String title, RA ra, Dec dec, Epoch equinox, JulianDate epoch, double fieldWidthDegrees, StarChartSource source)
          Use this constructor if you always want to mark variable stars and the chart centre.