|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcae.viewer3d.fd.pl02.PL02Provider
public class PL02Provider
This class provide FDDomain by reading pl02, wi02 files.
| Constructor Summary | |
|---|---|
PL02Provider()
|
|
| Method Summary | |
|---|---|
Domain |
getDomain(int id)
|
int[] |
getDomainIDs()
|
double |
getXGrid(int index)
Returns the value along X axis at the specified position. |
int |
getXGridCount()
Returns number of cells along X axis |
double |
getYGrid(int index)
Returns the value along Y axis at the specified position. |
int |
getYGridCount()
Returns number of values along Y axis |
double |
getZGrid(int index)
Returns the value along Z axis at the specified position. |
int |
getZGridCount()
Returns number of values along Z axis |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PL02Provider()
| Method Detail |
|---|
public int[] getDomainIDs()
getDomainIDs in interface DomainProviderpublic Domain getDomain(int id)
getDomain in interface DomainProviderpublic int getXGridCount()
FDProvider
getXGridCount in interface FDProviderpublic double getXGrid(int index)
FDProvider
getXGrid in interface FDProviderindex - index of value to return. Value must be between 0 and
getXGridCount-1.public int getYGridCount()
FDProvider
getYGridCount in interface FDProviderpublic double getYGrid(int index)
FDProvider
getYGrid in interface FDProviderindex - index of value to return. Value must be between 0 and
getYGridCount-1.public int getZGridCount()
FDProvider
getZGridCount in interface FDProviderpublic double getZGrid(int index)
FDProvider
getZGrid in interface FDProviderindex - index of value to return. Value must be between 0 and
getZGridCount-1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||