stsci.sky
Class Grid

java.lang.Object
  |
  +--stsci.sky.Grid

public class Grid
extends java.lang.Object


Field Summary
 java.awt.Color col
           
 double stepdec
           
 double stepra
           
 
Constructor Summary
Grid()
           
 
Method Summary
 void plot(java.awt.Graphics g, PlotArea pa)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

col

public java.awt.Color col

stepra

public double stepra

stepdec

public double stepdec
Constructor Detail

Grid

public Grid()
Method Detail

plot

public void plot(java.awt.Graphics g,
                 PlotArea pa)