org.osm2world.viewer.view.debug
public class LatLonDebugView extends DebugView
Constructor and Description |
---|
LatLonDebugView() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeUsed()
returns true if this DebugView can currently be used for rendering.
|
void |
fillTarget(JOGLTarget target)
lets the subclass add all content and settings for rendering.
|
String |
getDescription()
returns a description of the debug view
|
void |
setConversionResults(ConversionFacade.Results conversionResults) |
drawArrow, drawBox, drawBoxAround, drawBoxAround, renderTo, reset, setConfiguration, updateTarget
public String getDescription()
DebugView
getDescription
in class DebugView
public void setConversionResults(ConversionFacade.Results conversionResults)
setConversionResults
in class DebugView
public boolean canBeUsed()
DebugView
public void fillTarget(JOGLTarget target)
DebugView
DebugView.canBeUsed()
is true.fillTarget
in class DebugView