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

Variable Index

 o connected
True if this point is connected to the previous point by a line.
 o errorBar
True if the yLowEB and yHighEB fields are valid.
 o x
 o y
 o yHighEB
Error bar Y low value.
 o yLowEB
Error bar Y low value.

Constructor Index

 o PlotPoint()

Variables

 o x
 public double x
 o y
 public double y
 o yLowEB
 public double yLowEB
Error bar Y low value.

 o yHighEB
 public double yHighEB
Error bar Y low value.

 o connected
 public boolean connected
True if this point is connected to the previous point by a line.

 o errorBar
 public boolean errorBar
True if the yLowEB and yHighEB fields are valid.

Constructors

 o PlotPoint
 public PlotPoint()

All Packages  Class Hierarchy  This Package  Previous  Next  Index