SORTIE Java Interface  1
Public Member Functions | Public Attributes | List of all members
sortie.datavisualizer.XYZDataItem Class Reference

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

Public Member Functions

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

Public Attributes

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

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: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


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

Constructor & Destructor Documentation

◆ XYZDataItem()

sortie.datavisualizer.XYZDataItem.XYZDataItem ( double  fX,
double  fY,
double  fZ 
)

Constructor.

Parameters
fXthe x-value.
fYthe y-value.
fZthe z-value.

Member Data Documentation

◆ fX

double sortie.datavisualizer.XYZDataItem.fX

The x-value.

◆ fY

double sortie.datavisualizer.XYZDataItem.fY

The y-value.

◆ fZ

double sortie.datavisualizer.XYZDataItem.fZ

The z-value.


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