graphics.grapher
Class DoubleXYData
java.lang.Object
   graphics.grapher.DoubleXYData
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)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DoubleXYData
public DoubleXYData(int number_of_rays,
                    java.lang.String xs,
                    java.lang.String ys)
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)
-