Public Member Functions | |
XYZDataItem (Number x, Number y, Number z) | |
Constructs a new data pair. | |
XYZDataItem (double x, double y, double z) | |
Constructs a new data pair. | |
Number | getX () |
Returns the x-value. | |
Number | getY () |
Returns the y-value. | |
Number | getZ () |
Returns the z-value. | |
void | setY (Number y) |
Sets the y-value for this data pair. | |
Private Attributes | |
Number | x |
The x-value. | |
Number | y |
The y-value. | |
Number | z |
The z-value. |
Originally from JFreeChart - I modified it. Original author - David Gilbert
Title: Data Visualizer
Description:
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructs a new data pair.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Constructs a new data pair.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the x-value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the y-value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the z-value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets the y-value for this data pair. Note that there is no corresponding method to change the x-value.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |