net.java.joglutils.msg.nodes
Class Shape

java.lang.Object
  extended by net.java.joglutils.msg.nodes.Node
      extended by net.java.joglutils.msg.nodes.Shape
Direct Known Subclasses:
TriangleBasedShape

public abstract class Shape
extends Node

The abstract base class for all shapes in the scene graph.


Constructor Summary
Shape()
           
 
Method Summary
 
Methods inherited from class net.java.joglutils.msg.nodes.Node
doAction, rayPick, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shape

public Shape()