| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.Geometry org.jdesktop.j3d.loaders.vrml97.impl.ElevationGrid
ElevationGrid | public class ElevationGrid extends Geometry implements Ownable(Code) | | Description of the Class
|
Constructor Summary | |
public | ElevationGrid(Loader loader) | | ElevationGrid(Loader loader, MFFloat height, SFNode color, SFNode normal, SFNode texCoord, SFBool ccw, SFBool colorPerVertex, SFFloat creaseAngle, SFBool normalPerVertex, SFBool solid, SFInt32 xDimension, SFFloat xSpacing, SFInt32 zDimension, SFFloat zSpacing) |
colorArray | Color3f[] colorArray(Code) | | |
coordArray | Point3f[] coordArray(Code) | | |
haveTexture | boolean haveTexture(Code) | | |
normalArray | Vector3f[] normalArray(Code) | | |
nullable | boolean nullable(Code) | | |
texCoordArray | Point2f[] texCoordArray(Code) | | |
ElevationGrid | public ElevationGrid(Loader loader)(Code) | | Constructor for the ElevationGrid object
Parameters: loader - Description of the Parameter |
ElevationGrid | ElevationGrid(Loader loader, MFFloat height, SFNode color, SFNode normal, SFNode texCoord, SFBool ccw, SFBool colorPerVertex, SFFloat creaseAngle, SFBool normalPerVertex, SFBool solid, SFInt32 xDimension, SFFloat xSpacing, SFInt32 zDimension, SFFloat zSpacing)(Code) | | Constructor for the ElevationGrid object
Parameters: loader - Description of the Parameter Parameters: height - Description of the Parameter Parameters: color - Description of the Parameter Parameters: normal - Description of the Parameter Parameters: texCoord - Description of the Parameter Parameters: ccw - Description of the Parameter Parameters: colorPerVertex - Description of the Parameter Parameters: creaseAngle - Description of the Parameter Parameters: normalPerVertex - Description of the Parameter Parameters: solid - Description of the Parameter Parameters: xDimension - Description of the Parameter Parameters: xSpacing - Description of the Parameter Parameters: zDimension - Description of the Parameter Parameters: zSpacing - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
getSolid | public boolean getSolid()(Code) | | Gets the solid attribute of the ElevationGrid object
The solid value |
getType | public String getType()(Code) | | Gets the type attribute of the ElevationGrid object
The type value |
haveTexture | public boolean haveTexture()(Code) | | Description of the Method
Description of the Return Value |
initFields | void initFields()(Code) | | Description of the Method
|
initImpl | void initImpl()(Code) | | Description of the Method
|
initSetup | void initSetup()(Code) | | Description of the Method
|
notifyMethod | public void notifyMethod(String eventInName, double time)(Code) | | Description of the Method
Parameters: eventInName - Description of the Parameter Parameters: time - Description of the Parameter |
setOwner | public void setOwner(Shape s)(Code) | | Sets the owner attribute of the ElevationGrid object
Parameters: s - The new owner value |
|
|