Jeospace API

org.jeospace.x3d.node
Class Cone

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.Cone

public class Cone
extends Node

An SAI Cone node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFBool bottom
          The bottom field
 org.web3d.x3d.sai.SFFloat bottomRadius
          The bottomRadius field
 org.web3d.x3d.sai.SFFloat height
          The height field
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFBool side
          The side field
 org.web3d.x3d.sai.SFBool solid
          The solid field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
Cone(org.web3d.x3d.sai.X3DNode node)
          Constructor
Cone(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


solid

public final org.web3d.x3d.sai.SFBool solid
The solid field


bottomRadius

public final org.web3d.x3d.sai.SFFloat bottomRadius
The bottomRadius field


height

public final org.web3d.x3d.sai.SFFloat height
The height field


bottom

public final org.web3d.x3d.sai.SFBool bottom
The bottom field


side

public final org.web3d.x3d.sai.SFBool side
The side field

Constructor Detail

Cone

public Cone(org.web3d.x3d.sai.X3DScene scene)
Constructor


Cone

public Cone(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org