|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Util.Monitor.XyzData
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 |
Field Summary | |
private int |
dataNb
number of stored data |
private java.lang.String |
name
name of this data |
private FloatScalTable |
xT
x data (usually time) |
private FloatScalTable |
yT
y data (usually a scannig parameter, e.g. |
private FloatScalTable |
zT
y data (usually physical value) |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private FloatScalTable xT
private FloatScalTable yT
private FloatScalTable zT
private java.lang.String name
private int dataNb
Constructor Detail |
public XyzData(java.lang.String name_)
Method Detail |
public void addData(float x, float y, float z)
public float[] getXArray()
public float[] getYArray()
public float[] getZArray()
public int getDataNb()
public java.lang.String getName()
public FloatScalTable getXTable()
public FloatScalTable getYTable()
public FloatScalTable getZTable()
public void setDataNb(int i)
i
- data numberpublic void setName(java.lang.String string)
string
- data namepublic void setXTable(FloatScalTable table)
table
- x tablepublic void setYTable(FloatScalTable table)
table
- y tablepublic void setZTable(FloatScalTable table)
table
- z table
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |