Jeospace API

org.jeospace.x3d.node
Class Cylinder

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

public class Cylinder
extends Node

An SAI Cylinder 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 height
          The height field
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFFloat radius
          The radius field
 org.web3d.x3d.sai.SFBool side
          The side field
 org.web3d.x3d.sai.SFBool solid
          The solid field
 org.web3d.x3d.sai.SFBool top
          The top field
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
Cylinder(org.web3d.x3d.sai.X3DNode node)
          Constructor
Cylinder(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


radius

public final org.web3d.x3d.sai.SFFloat radius
The radius 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


top

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

Constructor Detail

Cylinder

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


Cylinder

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


Jeospace API

Copyright © 2006 - jeospace.org