All Packages Class Hierarchy This Package Previous Next Index
Class ptolemy.plot.PlotPoint
java.lang.Object
|
+----ptolemy.plot.PlotPoint
- public class PlotPoint
- extends Object
A simple structure for storing a plot point.
- Version:
- $Id: PlotPoint.java,v 1.19 1998/11/18 07:43:24 cxh Exp $
- Author:
- Edward A. Lee
-
connected
- True if this point is connected to the previous point by a line.
-
errorBar
- True if the yLowEB and yHighEB fields are valid.
-
x
-
-
y
-
-
yHighEB
- Error bar Y low value.
-
yLowEB
- Error bar Y low value.
-
PlotPoint()
-
x
public double x
y
public double y
yLowEB
public double yLowEB
- Error bar Y low value.
yHighEB
public double yHighEB
- Error bar Y low value.
connected
public boolean connected
- True if this point is connected to the previous point by a line.
errorBar
public boolean errorBar
- True if the yLowEB and yHighEB fields are valid.
PlotPoint
public PlotPoint()
All Packages Class Hierarchy This Package Previous Next Index