Jeospace API

Uses of Class
org.jeospace.x3d.node.Shape

Packages that use Shape
org.jeospace.x3d Contains classes that implement utility functions related to x3d capabilities and wrapper classes to encapsulate x3d nodes. 
 

Uses of Shape in org.jeospace.x3d
 

Methods in org.jeospace.x3d that return Shape
static Shape X3DUtils.createILSShape(org.web3d.x3d.sai.X3DScene scene, ILSDataSource source, java.awt.Color color)
          Return a Shape containing the IndexedLineSet generated from the source argument that is the argument Color
static Shape X3DUtils.createIFSShape(org.web3d.x3d.sai.X3DScene scene, IFSDataSource source)
          Return a Shape containing the IndexedFaceSet generated from the source argument
static Shape X3DUtils.createIFSShape(org.web3d.x3d.sai.X3DScene scene, IFSDataSource source, boolean createDefaultAppearance)
          Return a Shape containing the IndexedFaceSet generated from the source argument
static Shape X3DUtils.createBoxShape(org.web3d.x3d.sai.X3DScene scene, java.awt.Color color)
          Return a Shape containing a Box primative that is the argument Color
static Shape X3DUtils.createConeShape(org.web3d.x3d.sai.X3DScene scene, java.awt.Color color)
          Return a Shape containing a Cone primative that is the argument Color
static Shape X3DUtils.createSphereShape(org.web3d.x3d.sai.X3DScene scene, java.awt.Color color)
          Return a Shape containing a Sphere primative that is the argument Color
 


Jeospace API

Copyright © 2006 - jeospace.org