spis.Util.Monitor
Class XyzData

java.lang.Object
  extended byspis.Util.Monitor.XyzData
All Implemented Interfaces:
java.io.Serializable

public class XyzData
extends java.lang.Object
implements java.io.Serializable

Class Name : XyzData
Project ref : SPIS project
File name : XyzData.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : Mar 2, 2004
Modification :

Description :

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel
See Also:
Serialized Form

Constructor Summary
XyzData(java.lang.String name_)
          Default constructor with data name
 
Method Summary
 void addData(float x, float y, float z)
           
 int getDataNb()
           
 java.lang.String getName()
           
 float[] getXArray()
           
 FloatScalTable getXTable()
           
 float[] getYArray()
           
 FloatScalTable getYTable()
           
 float[] getZArray()
           
 FloatScalTable getZTable()
           
 void setDataNb(int i)
           
 void setName(java.lang.String string)
           
 void setXTable(FloatScalTable table)
           
 void setYTable(FloatScalTable table)
           
 void setZTable(FloatScalTable table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XyzData

public XyzData(java.lang.String name_)
Default constructor with data name

Method Detail

addData

public void addData(float x,
                    float y,
                    float z)

getXArray

public float[] getXArray()
Returns:
x array

getYArray

public float[] getYArray()
Returns:
y array

getZArray

public float[] getZArray()
Returns:
z array

getDataNb

public int getDataNb()
Returns:
data number

getName

public java.lang.String getName()
Returns:
data name

getXTable

public FloatScalTable getXTable()
Returns:
x table

getYTable

public FloatScalTable getYTable()
Returns:
y table

getZTable

public FloatScalTable getZTable()
Returns:
z table

setDataNb

public void setDataNb(int i)
Parameters:
i - data number

setName

public void setName(java.lang.String string)
Parameters:
string - data name

setXTable

public void setXTable(FloatScalTable table)
Parameters:
table - x table

setYTable

public void setYTable(FloatScalTable table)
Parameters:
table - y table

setZTable

public void setZTable(FloatScalTable table)
Parameters:
table - z table