datavisualizer.XYZDataItem Class Reference

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

List of all members.

Public Member Functions

 XYZDataItem (double fX, double fY, double fZ)
 Constructor.

Public Attributes

double fX
 The x-value.
double fY
 The y-value.
double fZ
 The z-value.


Detailed Description

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

Since there's no limit on what can be done with the values, the members are all public.

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 ( double  fX,
double  fY,
double  fZ 
)

Constructor.

Parameters:
fX the x-value.
fY the y-value.
fZ the z-value.


Member Data Documentation

The x-value.

The y-value.

The z-value.


The documentation for this class was generated from the following file:

Generated on Wed Oct 28 14:01:18 2009 for SORTIE Java Interface by  doxygen 1.5.6