|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FDProvider
A DomainProvider which provide FDDomain objects
| Method Summary | |
|---|---|
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 interface org.jcae.viewer3d.DomainProvider |
|---|
getDomain, getDomainIDs |
| Method Detail |
|---|
int getXGridCount()
double getXGrid(int index)
index - index of value to return. Value must be between 0 and
getXGridCount-1.int getYGridCount()
double getYGrid(int index)
index - index of value to return. Value must be between 0 and
getYGridCount-1.int getZGridCount()
double getZGrid(int index)
index - 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 | |||||||||