org.osm2world.viewer.view.debug
public class WorldObjectView extends DebugView
Constructor and Description |
---|
WorldObjectView(RenderOptions renderOptions) |
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.
|
String |
getDescription()
returns a description of the debug view
|
protected void |
updateTarget(JOGLTarget target,
boolean viewChanged)
lets the subclass update the target after the initial
DebugView.fillTarget(JOGLTarget) . |
drawArrow, drawBox, drawBoxAround, drawBoxAround, renderTo, reset, setConfiguration, setConversionResults
public WorldObjectView(RenderOptions renderOptions)
public String getDescription()
DebugView
getDescription
in class DebugView
public boolean canBeUsed()
DebugView
protected void fillTarget(JOGLTarget target)
DebugView
DebugView.canBeUsed()
is true.fillTarget
in class DebugView
protected void updateTarget(JOGLTarget target, boolean viewChanged)
DebugView
DebugView.fillTarget(JOGLTarget)
.updateTarget
in class DebugView
viewChanged
- true if camera or projection have changed