shout3d.core
Class Shape

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Shape

public class Shape
extends Node

The basic Shape class.


Field Summary
 NodeArrayField appearance
           
 NodeField geometry
           
 
Constructor Summary
Shape()
          Constructs a default Shape
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appearance

public final NodeArrayField appearance

geometry

public final NodeField geometry
Constructor Detail

Shape

public Shape()
Constructs a default Shape