|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjdh.opengl.program.renderer.common.DebugRenderer
public class DebugRenderer
Constructor Summary | |
---|---|
DebugRenderer()
|
Method Summary | |
---|---|
void |
display()
Called to execute OpenGL rendering. |
void |
displayGlassPane()
Called to execute OpenGL GlassPane rendering. |
void |
init(SystemContext context)
Called to give this renderer the chance to initiate himself for OpenGL rendering. |
void |
reshape(Rectangle rectangle)
Called after the component has been resized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugRenderer()
Method Detail |
---|
public void init(SystemContext context)
Initable
init
in interface Initable
context
- the suitable system contextpublic void display()
Renderer
display
in interface Renderer
public void displayGlassPane()
GlassPaneRenderer
displayGlassPane
in interface GlassPaneRenderer
public void reshape(Rectangle rectangle)
Reshapeable
reshape
in interface Reshapeable
rectangle
- the new size of the component
|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |