|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object extended byptolemy.plot.PlotPoint
A simple structure for storing a plot point.
| Field Summary | |
boolean |
connected
True if this point is connected to the previous point by a line. |
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 Summary | |
PlotPoint()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean connected
public boolean errorBar
public double originalx
public double x
public double y
public double yLowEB
public double yHighEB
| Constructor Detail |
public PlotPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||