Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

ptolemy.plot
Class PlotPoint

java.lang.Object
 extended byptolemy.plot.PlotPoint
All Implemented Interfaces:
java.io.Serializable

public class PlotPoint
extends java.lang.Object
implements java.io.Serializable

A simple structure for storing a plot point.

Since:
Ptolemy II 0.2
Version:
$Id: PlotPoint.java,v 1.37 2005年07月08日 19:59:36 cxh Exp $
Author:
Edward A. Lee
See Also:
Serialized Form
Accepted Rating:
Yellow (cxh)
Proposed Rating:
Yellow (cxh)

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

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.


originalx

public double originalx
Original value of x before wrapping.


x

public double x
X value after wrapping (if any).


y

public double y
Y value.


yLowEB

public double yLowEB
Error bar Y low value.


yHighEB

public double yHighEB
Error bar Y low value.

Constructor Detail

PlotPoint

public PlotPoint()

Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

AltStyle によって変換されたページ (->オリジナル) /