j3d.org Code

Uses of Class
org.j3d.geom.UnsupportedTypeException

Packages that use UnsupportedTypeException
org.j3d.geom Items of geometry that can be used in a Java 3D scenegraph. 
org.j3d.geom.spline Spline and parametric surface geometry. 
org.j3d.geom.terrain Class for processing and generating terrain type geometry. 
 

Uses of UnsupportedTypeException in org.j3d.geom
 

Methods in org.j3d.geom that throw UnsupportedTypeException
 void TorusGenerator.generate(GeometryData data)
          Generate a new set of geometry items shaped on the passed data.
 void SuperShapeGenerator.generate(GeometryData data)
          Generate a new set of geometry items patchd on the passed data.
 void SpringGenerator.generate(GeometryData data)
          Generate a new set of geometry items shaped on the passed data.
 void SphereGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
abstract  void GeometryGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
 void CylinderGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
 void ConeGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
 void BoxGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
 int TorusGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int SuperShapeGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the curve.
 int SpringGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int SphereGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
abstract  int GeometryGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int CylinderGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int ConeGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int BoxGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 

Uses of UnsupportedTypeException in org.j3d.geom.spline
 

Methods in org.j3d.geom.spline that throw UnsupportedTypeException
 void PatchGenerator.generate(GeometryData data)
          Generate a new set of geometry items patchd on the passed data.
 void BSplineGenerator.generate(GeometryData data)
          Generate a new set of geometry items patchd on the passed data.
 void BezierGenerator.generate(GeometryData data)
          Generate a new set of geometry items patchd on the passed data.
 int PatchGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int BSplineGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the curve.
 int BezierGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the curve.
 

Uses of UnsupportedTypeException in org.j3d.geom.terrain
 

Methods in org.j3d.geom.terrain that throw UnsupportedTypeException
 void FractalTerrainGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
 void ElevationGridGenerator.generate(GeometryData data)
          Generate a new set of geometry items based on the passed data.
 int FractalTerrainGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition.
 int ElevationGridGenerator.getVertexCount(GeometryData data)
          Get the number of vertices that this generator will create for the shape given in the definition based on the current width and height information.
 


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org