Uses of Class
net.grelf.astro.StarChart

Packages that use StarChart
net.grelf.astro This package contains Java classes for astronomical applications. 
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of StarChart in net.grelf.astro
 

Methods in net.grelf.astro that return StarChart
static StarChart StarChart.getSourceOfSelectedStar()
          Get a reference to the chart from which the most recently selected star came.
static StarChart StarChart.loadFromHTML(java.lang.String filePath)
          Attempt to load from an HTML file which is a saved AAVSO reference sequence page.
static StarChart StarChart.loadFromXML(java.lang.String filePath)
          Load from a .chart file saved from this class.
 

Constructors in net.grelf.astro with parameters of type StarChart
MagnitudeChart(StarChart chart, java.lang.String title, BlobMeasList measList, boolean accurate)
          Create a clone of the chart, draw into it markers and star ids for all the blobs used for estimating magnitude, and redisplay it.
 

Uses of StarChart in net.grelf.grip
 

Methods in net.grelf.grip that return StarChart
 StarChart StarChartFrame.getStarChart()
          Get reference to the associated StarChart object.
 

Constructors in net.grelf.grip with parameters of type StarChart
StarChartFrame(java.lang.String title, int width, int height, StarChart chart)