org.jmat.gui.plotObjects
Class Grid

java.lang.Object
  |
  +--org.jmat.gui.plotObjects.Grid
All Implemented Interfaces:
BaseScalesDependant, Plotable

public class Grid
extends java.lang.Object
implements Plotable, BaseScalesDependant


Field Summary
protected  Axe[] axes
           
protected  Base base
           
static double borderCoeff
           
 
Constructor Summary
Grid(Base b, java.lang.String[] as)
           
 
Method Summary
 Axe getAxe(int i)
           
 java.lang.String[] getLegend()
           
 java.lang.String getLegend(int i)
           
 void plot(java.awt.Graphics comp)
           
 void setBase(Base b)
           
 void setLegend(int i, java.lang.String as)
           
 void setLegend(java.lang.String[] as)
           
 void updateBase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

borderCoeff

public static double borderCoeff

base

protected Base base

axes

protected Axe[] axes
Constructor Detail

Grid

public Grid(Base b,
            java.lang.String[] as)
Method Detail

setLegend

public void setLegend(java.lang.String[] as)

setLegend

public void setLegend(int i,
                      java.lang.String as)

getLegend

public java.lang.String[] getLegend()

getLegend

public java.lang.String getLegend(int i)

setBase

public void setBase(Base b)

plot

public void plot(java.awt.Graphics comp)
Specified by:
plot in interface Plotable

getAxe

public Axe getAxe(int i)

updateBase

public void updateBase()
Specified by:
updateBase in interface BaseScalesDependant