org.osm2world.viewer.view.debug
public abstract class TerrainInterpolatorDebugView extends DebugView
Modifier | Constructor and Description |
---|---|
protected |
TerrainInterpolatorDebugView(RenderOptions renderOptions) |
Modifier and Type | Method and Description |
---|---|
protected abstract TerrainInterpolator |
buildInterpolator() |
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
protected TerrainInterpolatorDebugView(RenderOptions renderOptions)
protected abstract TerrainInterpolator buildInterpolator()
public String getDescription()
DebugView
getDescription
in class DebugView
public boolean canBeUsed()
DebugView
public void setConversionResults(ConversionFacade.Results conversionResults)
setConversionResults
in class DebugView
public void fillTarget(JOGLTarget target)
DebugView
DebugView.canBeUsed()
is true.fillTarget
in class DebugView