datavisualizer::XYZDataItem Class Reference

Represents one (x, y, z) data item for an xyz-series. More...

List of all members.

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.


Detailed Description

Represents one (x, y, z) data item for an xyz-series.

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

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Constructor & Destructor Documentation

datavisualizer::XYZDataItem::XYZDataItem Number  x,
Number  y,
Number  z
[inline]
 

Constructs a new data pair.

Parameters:
x the x-value.
y the y-value.
z the z-value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

datavisualizer::XYZDataItem::XYZDataItem double  x,
double  y,
double  z
[inline]
 

Constructs a new data pair.

Parameters:
x the x-value.
y the y-value.
z the z-value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

Number datavisualizer::XYZDataItem::getX  )  [inline]
 

Returns the x-value.

Returns:
the x-value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

Number datavisualizer::XYZDataItem::getY  )  [inline]
 

Returns the y-value.

Returns:
the y-value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

Number datavisualizer::XYZDataItem::getZ  )  [inline]
 

Returns the z-value.

Returns:
the z-value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void datavisualizer::XYZDataItem::setY Number  y  )  [inline]
 

Sets the y-value for this data pair.

Note that there is no corresponding method to change the x-value.

Parameters:
y the new y-value.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


The documentation for this class was generated from the following file:
Generated on Mon Mar 27 15:15:29 2006 for SORTIE Java Interface by  doxygen 1.4.6-NO