public class PlotPoint
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
connected
True if this point is connected to the previous point by a line.
|
double[] |
derivatives
d^n y/dx^n for n > 0.
|
boolean |
errorBar
True if the yLowEB and yHighEB fields are valid.
|
double |
originalx
Original value of x before wrapping.
|
double |
x
X value after wrapping (if any).
|
double |
y
Y value.
|
double |
yHighEB
Error bar Y low value.
|
double |
yLowEB
Error bar Y low value.
|
Constructor and Description |
---|
PlotPoint() |
public boolean connected
public boolean errorBar
public double originalx
public double x
public double y
public double[] derivatives
public double yLowEB
public double yHighEB