Package velo.ladaalpha.misc
Class Plot.Data
java.lang.Object
velo.ladaalpha.misc.Plot.Data
- Enclosing class:
 - Plot
 
The Class Data.
- 
Method Summary
 
- 
Method Details
- 
xy
Xy.- Parameters:
 x- the xy- the y- Returns:
 - the data
 
 - 
xy
Xy.- Parameters:
 x- the xy- the y- Returns:
 - the data
 
 - 
xy
Xy.- Parameters:
 x- the xy- the y- Returns:
 - the data
 
 - 
size
public int size()Size.- Returns:
 - the int
 
 - 
x
public double x(int i) X.- Parameters:
 i- the i- Returns:
 - the double
 
 - 
y
public double y(int i) Y.- Parameters:
 i- the i- Returns:
 - the double
 
 
 -