gestalt.impl.jogl.shape
Class JoglTransformNode

java.lang.Object
  extended by gestalt.shape.AbstractShape
      extended by gestalt.shape.TransformNode
          extended by gestalt.impl.jogl.shape.JoglTransformNode
All Implemented Interfaces:
AbstractBin, Drawable, java.io.Serializable

public class JoglTransformNode
extends TransformNode

See Also:
Serialized Form

Constructor Summary
JoglTransformNode()
           
 
Method Summary
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 
Methods inherited from class gestalt.shape.TransformNode
add, add, children, clear, find, get, getDataRef, getSortData, getSortValue, isSortable, remove, remove, remove, replace, set, setSortValue, size, swap, swap, toString, transformLocalPositionToWorldPosition
 
Methods inherited from class gestalt.shape.AbstractShape
getTransformMode, isActive, material, position, position, position, position, rotation, rotation, scale, scale, scale, setActive, setChildContainer, setMaterialRef, setPositionRef, setRotationRef, setScaleRef, setTransformMode, setTransformRef, transform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gestalt.render.bin.AbstractBin
setActive
 
Methods inherited from interface gestalt.render.Drawable
isActive
 

Constructor Detail

JoglTransformNode

public JoglTransformNode()
Method Detail

draw

public void draw(GLContext theRenderContext)
Description copied from interface: Drawable
this method is used to draw the drawable, when the context is ready. although the behavior sometimes varies and doesn t always need to have a visual representation depending on the implementation.

Parameters:
theRenderContext - GLContext


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009