graphics.grapher
Class DoubleXYData

java.lang.Object
  extended by graphics.grapher.DoubleXYData

public class DoubleXYData
extends java.lang.Object


Constructor Summary
DoubleXYData(int number_of_rays, java.lang.String xs, java.lang.String ys)
           
 
Method Summary
 void checkConsistent()
           
 int getNp()
           
 double[] getX()
           
 TextLine getxLabel()
           
 TextLine getXLabel()
           
 double[] getY()
           
 TextLine getyLabel()
           
 TextLine getYLabel()
           
 void print()
           
 void print(int numberOfPoints)
           
 void setNp(int np)
           
 void setX(double[] x)
           
 void setxLabel(TextLine xLabel)
           
 void setY(double[] y)
           
 void setyLabel(TextLine yLabel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleXYData

public DoubleXYData(int number_of_rays,
                    java.lang.String xs,
                    java.lang.String ys)
Method Detail

getXLabel

public TextLine getXLabel()

getYLabel

public TextLine getYLabel()

checkConsistent

public void checkConsistent()

print

public void print(int numberOfPoints)

print

public void print()

getNp

public int getNp()

setNp

public void setNp(int np)

getX

public double[] getX()

setX

public void setX(double[] x)

getY

public double[] getY()

setY

public void setY(double[] y)

getxLabel

public TextLine getxLabel()

setxLabel

public void setxLabel(TextLine xLabel)

getyLabel

public TextLine getyLabel()

setyLabel

public void setyLabel(TextLine yLabel)