de.jreality.writer.u3d
Class U3DClosedCylinder

java.lang.Object
  extended by de.jreality.scene.SceneGraphNode
      extended by de.jreality.scene.Geometry
          extended by de.jreality.scene.PointSet
              extended by de.jreality.scene.IndexedLineSet
                  extended by de.jreality.scene.IndexedFaceSet
                      extended by de.jreality.writer.u3d.U3DClosedCylinder

public class U3DClosedCylinder
extends IndexedFaceSet


Field Summary
 
Fields inherited from class de.jreality.scene.Geometry
CATEGORY_EDGE, CATEGORY_FACE, CATEGORY_VERTEX
 
Constructor Summary
U3DClosedCylinder()
           
U3DClosedCylinder(int resolution)
           
U3DClosedCylinder(int resolution, double thickness)
           
 
Method Summary
 
Methods inherited from class de.jreality.scene.IndexedFaceSet
accept, getFaceAttributes, getFaceAttributes, getNumFaces, setFaceAttributes, setFaceAttributes, setFaceCountAndAttributes, setFaceCountAndAttributes, setNumFaces
 
Methods inherited from class de.jreality.scene.IndexedLineSet
getEdgeAttributes, getEdgeAttributes, getNumEdges, setEdgeAttributes, setEdgeAttributes, setEdgeCountAndAttributes, setEdgeCountAndAttributes, setNumEdges
 
Methods inherited from class de.jreality.scene.PointSet
getNumPoints, getVertexAttributes, getVertexAttributes, setNumPoints, setVertexAttributes, setVertexAttributes, setVertexCountAndAttributes, setVertexCountAndAttributes
 
Methods inherited from class de.jreality.scene.Geometry
addGeometryListener, getAttributes, getAttributes, getGeometryAttributeCathegories, getGeometryAttributes, getGeometryAttributes, getNumEntries, removeGeometryListener, setAttributes, setAttributes, setCountAndAttributes, setCountAndAttributes, setGeometryAttributes, setGeometryAttributes, setNumEntries
 
Methods inherited from class de.jreality.scene.SceneGraphNode
getName, getOwner, getThreadSafe, isReadOnly, setName, setOwner, setReadOnly, setThreadSafe, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

U3DClosedCylinder

public U3DClosedCylinder()

U3DClosedCylinder

public U3DClosedCylinder(int resolution,
                         double thickness)

U3DClosedCylinder

public U3DClosedCylinder(int resolution)