|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GeoElevationGrid
Defines the requirements of an X3D GeoElevationGrid node
| Method Summary | |
|---|---|
boolean |
getCcw()
Return the ccw boolean value. |
X3DNode |
getColor()
Return the color X3DNode value. |
boolean |
getColorPerVertex()
Return the colorPerVertex boolean value. |
double |
getCreaseAngle()
Return the creaseAngle double value. |
void |
getGeoGridOrigin(double[] val)
Return the geoGridOrigin value in the argument double[] |
X3DNode |
getGeoOrigin()
Return the geoOrigin X3DNode value. |
void |
getGeoSystem(java.lang.String[] val)
Return the geoSystem value in the argument String[] |
void |
getHeight(double[] val)
Return the height value in the argument double[] |
X3DNode |
getNormal()
Return the normal X3DNode value. |
boolean |
getNormalPerVertex()
Return the normalPerVertex boolean value. |
int |
getNumGeoSystem()
Return the number of MFString items in the geoSystem field. |
int |
getNumHeight()
Return the number of MFDouble items in the height field. |
boolean |
getSolid()
Return the solid boolean value. |
X3DNode |
getTexCoord()
Return the texCoord X3DNode value. |
int |
getXDimension()
Return the xDimension int value. |
double |
getXSpacing()
Return the xSpacing double value. |
float |
getYScale()
Return the yScale float value. |
int |
getZDimension()
Return the zDimension int value. |
double |
getZSpacing()
Return the zSpacing double value. |
void |
setCcw(boolean val)
Set the ccw field. |
void |
setColor(X3DColorNode val)
Set the color field. |
void |
setColor(X3DProtoInstance val)
Set the color field. |
void |
setColorPerVertex(boolean val)
Set the colorPerVertex field. |
void |
setCreaseAngle(double val)
Set the creaseAngle field. |
void |
setGeoGridOrigin(double[] val)
Set the geoGridOrigin field. |
void |
setGeoOrigin(X3DNode val)
Set the geoOrigin field. |
void |
setGeoSystem(java.lang.String[] val)
Set the geoSystem field. |
void |
setHeight(double[] val)
Set the height field. |
void |
setNormal(X3DNormalNode val)
Set the normal field. |
void |
setNormal(X3DProtoInstance val)
Set the normal field. |
void |
setNormalPerVertex(boolean val)
Set the normalPerVertex field. |
void |
setSolid(boolean val)
Set the solid field. |
void |
setTexCoord(X3DProtoInstance val)
Set the texCoord field. |
void |
setTexCoord(X3DTextureCoordinateNode val)
Set the texCoord field. |
void |
setXDimension(int val)
Set the xDimension field. |
void |
setXSpacing(double val)
Set the xSpacing field. |
void |
setYScale(float val)
Set the yScale field. |
void |
setZDimension(int val)
Set the zDimension field. |
void |
setZSpacing(double val)
Set the zSpacing field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
X3DNode getColor()
void setColor(X3DColorNode val)
val - The X3DColorNode to set.void setColor(X3DProtoInstance val)
val - The X3DProtoInstance to set.X3DNode getNormal()
void setNormal(X3DNormalNode val)
val - The X3DNormalNode to set.void setNormal(X3DProtoInstance val)
val - The X3DProtoInstance to set.X3DNode getTexCoord()
void setTexCoord(X3DTextureCoordinateNode val)
val - The X3DTextureCoordinateNode to set.void setTexCoord(X3DProtoInstance val)
val - The X3DProtoInstance to set.boolean getCcw()
void setCcw(boolean val)
val - The boolean to set.boolean getColorPerVertex()
void setColorPerVertex(boolean val)
val - The boolean to set.double getCreaseAngle()
void setCreaseAngle(double val)
val - The double to set.void getGeoGridOrigin(double[] val)
val - The double[] to initialize.void setGeoGridOrigin(double[] val)
val - The double[] to set.X3DNode getGeoOrigin()
void setGeoOrigin(X3DNode val)
val - The X3DNode to set.int getNumGeoSystem()
void getGeoSystem(java.lang.String[] val)
val - The String[] to initialize.void setGeoSystem(java.lang.String[] val)
val - The String[] to set.int getNumHeight()
void getHeight(double[] val)
val - The double[] to initialize.void setHeight(double[] val)
val - The double[] to set.boolean getNormalPerVertex()
void setNormalPerVertex(boolean val)
val - The boolean to set.boolean getSolid()
void setSolid(boolean val)
val - The boolean to set.int getXDimension()
void setXDimension(int val)
val - The int to set.double getXSpacing()
void setXSpacing(double val)
val - The double to set.int getZDimension()
void setZDimension(int val)
val - The int to set.double getZSpacing()
void setZSpacing(double val)
val - The double to set.float getYScale()
void setYScale(float val)
val - The float to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||