|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gama.flowviz.CartesianGrid
This class contains the data in a cartesian grid. Creation date: (16.01.2002 11:10:27)
Field Summary | |
(package private) float[][][] |
data
|
(package private) FileLoader |
fileLoader
|
private boolean |
finished
|
(package private) int |
height
|
private int |
progress
|
private javax.swing.ProgressMonitor |
progressMonitor
|
(package private) int |
width
|
Constructor Summary | |
CartesianGrid(int _width,
int _height,
FileLoader _loader)
CartesianGrid constructor comment. |
Method Summary | |
float[][][] |
getData()
|
int |
getDimX()
|
int |
getDimY()
|
float |
getLargestP()
|
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 |
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 |
registerProgressMonitor(javax.swing.ProgressMonitor _monitor)
Insert the method's description here. |
void |
resample()
|
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.
|
Methods inherited from class java.lang.Object |
|
Field Detail |
int width
int height
FileLoader fileLoader
float[][][] data
private int progress
private boolean finished
private javax.swing.ProgressMonitor progressMonitor
Constructor Detail |
public CartesianGrid(int _width, int _height, FileLoader _loader)
Method Detail |
public float[][][] getData()
public int getDimX()
public int getDimY()
public float getLargestP()
public float getLargestV()
public float getLargestVort()
public float getLargestX()
public float getLargestY()
public int getProgress()
public float getSmallestP()
public float getSmallestV()
public float getSmallestVort()
public float getSmallestX()
public float getSmallestY()
public void registerProgressMonitor(javax.swing.ProgressMonitor _monitor)
_monitor
- javax.swing.ProgressMonitorpublic void resample()
public 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()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |