| 
    SORTIE Java Interface
    1
    
   | 
 
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... | |
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
Edit history: 
---------------— 
April 28, 2004: Submitted in beta version (LEM) 
| sortie.datavisualizer.XYZDataItem.XYZDataItem | ( | double | fX, | 
| double | fY, | ||
| double | fZ | ||
| ) | 
Constructor.
| fX | the x-value. | 
| fY | the y-value. | 
| fZ | the z-value. | 
| double sortie.datavisualizer.XYZDataItem.fX | 
The x-value.
| double sortie.datavisualizer.XYZDataItem.fY | 
The y-value.
| double sortie.datavisualizer.XYZDataItem.fZ | 
The z-value.
 1.8.13