jjdh API

jjdh.opengl.scenegraph.simple.core
Class ScaleNode

java.lang.Object
  extended by dh.java.math.graph.AbstractTreeNode<ScenegraphNode>
      extended by jjdh.opengl.scenegraph.simple.core.ContainerScenegraphNode
          extended by jjdh.opengl.scenegraph.simple.core.ScaleNode
All Implemented Interfaces:
TreeNode<ScenegraphNode>, Iterable<ScenegraphNode>, Renderable, ScenegraphNode

public class ScaleNode
extends ContainerScenegraphNode


Field Summary
private  float x
           
private  float y
           
private  float z
           
 
Fields inherited from class dh.java.math.graph.AbstractTreeNode
childs
 
Constructor Summary
ScaleNode(float x, float y, float z)
           
ScaleNode(float x, float y, float z, ScenegraphNode... nodes)
           
 
Method Summary
 void render(javax.media.opengl.GL gl)
           
 
Methods inherited from class jjdh.opengl.scenegraph.simple.core.ContainerScenegraphNode
add, addAll, addAll, insert, iterator, remove, renderChildren, rotate, shuffle
 
Methods inherited from class dh.java.math.graph.AbstractTreeNode
getChilds, getName, isLeaf, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface dh.java.math.graph.TreeNode
getChilds, isLeaf
 

Field Detail

x

private float x

y

private float y

z

private float z
Constructor Detail

ScaleNode

public ScaleNode(float x,
                 float y,
                 float z)

ScaleNode

public ScaleNode(float x,
                 float y,
                 float z,
                 ScenegraphNode... nodes)
Method Detail

render

public void render(javax.media.opengl.GL gl)
Specified by:
render in interface Renderable
Overrides:
render in class ContainerScenegraphNode

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.