jjdh API

Uses of Interface
dh.java.util.collection.Factory

Packages that use Factory
jjdh.opengl.scenegraph.simple.common This Package contains several specific ScenegraphNode implentations. 
jjdh.opengl.scenegraph.simple.core This Package contains the essential classes of a scenegraph based framework to realize Object-Rendering in OpenGL. 
 

Uses of Factory in jjdh.opengl.scenegraph.simple.common
 

Fields in jjdh.opengl.scenegraph.simple.common declared as Factory
protected  Factory<Quad> BoxNode.quadFactory
           
protected  Factory<Vertex> BoxNode.vertexFactory
           
 

Constructors in jjdh.opengl.scenegraph.simple.common with parameters of type Factory
BoxNode(float w, float h, float d, Factory<Vertex> vertexFactory, Factory<Quad> quadFactory)
           
BoxNode(float w, float h, float d, Factory<Vertex> vertexFactory, Factory<Quad> quadFactory)
           
 

Uses of Factory in jjdh.opengl.scenegraph.simple.core
 

Constructors in jjdh.opengl.scenegraph.simple.core with parameters of type Factory
Quad(float width, float height, Factory<Vertex> vertexFactory)
           
 


jjdh API

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