|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--gama.flowviz.FileLoader
Loads a data file. Creation date: (11.01.2002 02:54:37)
| Field Summary | |
private float[][][] |
data
|
private float |
dataDimX
|
private float |
dataDimY
|
private float |
dataDimZ
|
private java.lang.String |
file_prefix
|
private boolean |
finished
|
private int |
gridDimX
|
private int |
gridDimY
|
private int |
gridDimZ
|
private float |
largestP
|
private float |
largestV
|
private float |
largestVort
|
private float |
largestX
|
private float |
largestY
|
private int |
nf
|
private java.lang.String |
path
|
private int |
progress
|
private javax.swing.ProgressMonitor |
progressMonitor
|
private float |
smallestP
|
private float |
smallestV
|
private float |
smallestVort
|
private float |
smallestX
|
private float |
smallestY
|
| Constructor Summary | |
FileLoader(java.lang.String _path,
java.lang.String _file_prefix)
FileLoader constructor comment. |
|
| Method Summary | |
float |
getDataDimX()
Insert the method's description here. |
float |
getDataDimY()
Insert the method's description here. |
float |
getLargestP()
Insert the method's description here. |
float |
getLargestV()
Insert the method's description here. |
float |
getLargestVort()
Insert the method's description here. |
float |
getLargestX()
Insert the method's description here. |
float |
getLargestY()
Insert the method's description here. |
int |
getProgress()
Insert the method's description here. |
float[][][] |
getRawData()
Insert the method's description here. |
float |
getSmallestP()
Insert the method's description here. |
float |
getSmallestV()
Insert the method's description here. |
float |
getSmallestVort()
Insert the method's description here. |
float |
getSmallestX()
Insert the method's description here. |
float |
getSmallestY()
Insert the method's description here. |
void |
load()
Insert the method's description here. |
void |
registerProgressMonitor(javax.swing.ProgressMonitor _monitor)
Insert the method's description here. |
void |
run()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
|
(package private) void |
setSmallestP(float newSmallestP)
Insert the method's description here. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.String file_prefix
private java.lang.String path
private int gridDimX
private int gridDimY
private int gridDimZ
private float dataDimX
private float dataDimY
private float dataDimZ
private int nf
private float[][][] data
private float largestX
private float largestY
private float smallestX
private float smallestY
private float largestV
private float smallestV
private float largestP
private float smallestP
private float largestVort
private float smallestVort
private int progress
private boolean finished
private javax.swing.ProgressMonitor progressMonitor
| Constructor Detail |
public FileLoader(java.lang.String _path,
java.lang.String _file_prefix)
| Method Detail |
public float getDataDimX()
public float getDataDimY()
public float getLargestP()
public float getLargestV()
public float getLargestVort()
public float getLargestX()
public float getLargestY()
public int getProgress()
public float[][][] getRawData()
public float getSmallestP()
public float getSmallestV()
public float getSmallestVort()
public float getSmallestX()
public float getSmallestY()
public void load()
public void registerProgressMonitor(javax.swing.ProgressMonitor _monitor)
_monitor - javax.swing.ProgressMonitorpublic void run()
Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
The general contract of the method run is that it may
take any action whatsoever.
Thread.run()void setSmallestP(float newSmallestP)
newSmallestP - float
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||