All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class grapher.Dl

java.lang.Object
   |
   +----grapher.Dl

public class Dl
extends java.lang.Object

Variable Index

 o np
 o x_data
 o x_label
 o y_data
 o y_label

Constructor Index

 o Dl(int, String, String)

Method Index

 o checkConsistent()
 o getXLabel()
 o getYLabel()
 o print()
 o print(int)

Variables

 o np
 public int np
 o x_data
 public double x_data[]
 o y_data
 public double y_data[]
 o x_label
 private grapher.TextLine x_label
 o y_label
 private grapher.TextLine y_label

Constructors

 o Dl
 public Dl(int number_of_rays,
           java.lang.String xs,
           java.lang.String ys)

Methods

 o getXLabel
 public grapher.TextLine getXLabel()
 o getYLabel
 public grapher.TextLine getYLabel()
 o checkConsistent
 public void checkConsistent()
 o print
 public void print(int numberOfPoints)
 o print
 public void print()

All Packages  Class Hierarchy  This Package  Previous  Next  Index