j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class GroupGeom

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
      extended by org.jdesktop.j3d.loaders.vrml97.impl.Node
          extended by org.jdesktop.j3d.loaders.vrml97.impl.Geometry
              extended by org.jdesktop.j3d.loaders.vrml97.impl.GroupGeom
All Implemented Interfaces:
Cloneable, Notifier
Direct Known Subclasses:
Cone, Cylinder, Sphere

public abstract class GroupGeom
extends Geometry

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node
FieldSpec
 
Constructor Summary
GroupGeom(Loader loader)
          Constructor for the GroupGeom object
 
Method Summary
 int getNumTris()
          Gets the numTris attribute of the GroupGeom object
abstract  Group initGroupImpl(Appearance ap)
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node
getEventIn, getEventOut, getExposedField, getField, notifyMethod, wrap
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
clone, getBrowser, getImplNode, getType, toString, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupGeom

public GroupGeom(Loader loader)
Constructor for the GroupGeom object

Parameters:
loader - Description of the Parameter
Method Detail

initGroupImpl

public abstract Group initGroupImpl(Appearance ap)
Description of the Method

Parameters:
ap - Description of the Parameter
Returns:
Description of the Return Value

getNumTris

public int getNumTris()
Gets the numTris attribute of the GroupGeom object

Overrides:
getNumTris in class BaseNode
Returns:
The numTris value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..