jjdh.opengl.scenegraph.simple.common
Class AWTComponentNode
java.lang.Object
dh.java.math.graph.AbstractTreeNode<ScenegraphNode>
jjdh.opengl.scenegraph.simple.core.ContainerScenegraphNode
jjdh.opengl.scenegraph.simple.common.AWTComponentNode
- All Implemented Interfaces:
- TreeNode<ScenegraphNode>, Iterable<ScenegraphNode>, Renderable, ScenegraphNode
public class AWTComponentNode
- extends ContainerScenegraphNode
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
context
protected SystemContext context
glScheduler
protected GLScheduler glScheduler
component
protected Component component
image
protected BufferedImage image
texture
protected com.sun.opengl.util.texture.Texture texture
AWTComponentNode
public AWTComponentNode(SystemContext context)
AWTComponentNode
public AWTComponentNode(SystemContext context,
int textureSize)
AWTComponentNode
public AWTComponentNode(SystemContext context,
Component component)
setComponent
public void setComponent(Component content)
getTexture
public com.sun.opengl.util.texture.Texture getTexture()
updateTexture
public void updateTexture()
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.