org.osm2world.viewer.view.debug
public class HelpView extends DebugView
Constructor and Description |
---|
HelpView() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeUsed()
returns true if this DebugView can currently be used for rendering.
|
protected void |
fillTarget(JOGLTarget target)
lets the subclass add all content and settings for rendering.
|
void |
renderTo(GL gl,
Camera camera,
Projection projection)
renders the content added by
DebugView.fillTarget(JOGLTarget) . |
void |
reset() |
void |
reshape(int width,
int height) |
drawArrow, drawBox, drawBoxAround, drawBoxAround, getDescription, setConfiguration, setConversionResults, updateTarget
public boolean canBeUsed()
DebugView
public void renderTo(GL gl, Camera camera, Projection projection)
DebugView
DebugView.fillTarget(JOGLTarget)
.
Only has an effect if DebugView.canBeUsed()
is true.public void reshape(int width, int height)
protected void fillTarget(JOGLTarget target)
DebugView
DebugView.canBeUsed()
is true.fillTarget
in class DebugView