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
|
Constructor Summary |
Grid(Base b,
java.lang.String[] as)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
borderCoeff
public static double borderCoeff
base
protected Base base
axes
protected Axe[] axes
Grid
public Grid(Base b,
java.lang.String[] as)
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