org.jmat.gui.plotObjects
Class Coord

java.lang.Object
  |
  +--org.jmat.gui.plotObjects.Coord
All Implemented Interfaces:
CommandLinePrintable
Direct Known Subclasses:
AbsoluteCoord, RelativeCoord

public abstract class Coord
extends java.lang.Object
implements CommandLinePrintable


Field Summary
protected  double[] plotCoord
           
protected  int[] screenCoord
           
 
Constructor Summary
Coord()
           
 
Method Summary
 double[] getPlotCoordCopy()
           
 int[] getScreenCoordCopy()
           
 void setPlotCoord(double[] newPlotCoord)
           
 void setScreenCoord(int[] newScreenCoord)
           
 void toCommandLine(java.lang.String title)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

screenCoord

protected int[] screenCoord

plotCoord

protected double[] plotCoord
Constructor Detail

Coord

public Coord()
Method Detail

getScreenCoordCopy

public int[] getScreenCoordCopy()

setScreenCoord

public void setScreenCoord(int[] newScreenCoord)

getPlotCoordCopy

public double[] getPlotCoordCopy()

setPlotCoord

public void setPlotCoord(double[] newPlotCoord)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toCommandLine

public void toCommandLine(java.lang.String title)
Specified by:
toCommandLine in interface CommandLinePrintable