spis.Util.Monitor
Class XyzData
java.lang.Object
spis.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 number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Version:
- 0.1
- Author:
- JF Roussel
- See Also:
- Serialized Form
Constructor Summary |
XyzData(java.lang.String name_)
Default constructor with data name |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XyzData
public XyzData(java.lang.String name_)
- Default constructor with data name
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