org.osm2world.viewer.view.debug
Class TerrainCellLabelsView

Object
  extended by DebugView
      extended by TerrainCellLabelsView

public class TerrainCellLabelsView
extends DebugView

Shows each terrain cell's label


Field Summary
 
Fields inherited from class DebugView
camera, config, eleData, map, projection, terrain
 
Constructor Summary
TerrainCellLabelsView()
           
 
Method Summary
protected  void fillTarget(JOGLTarget target)
          lets the subclass add all content and settings for rendering.
 String getDescription()
          returns a description of the debug view
 
Methods inherited from class DebugView
canBeUsed, drawArrow, drawBox, drawBoxAround, drawBoxAround, renderTo, setConfiguration, setConversionResults, updateTarget
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerrainCellLabelsView

public TerrainCellLabelsView()
Method Detail

getDescription

public String getDescription()
Description copied from class: DebugView
returns a description of the debug view

Overrides:
getDescription in class DebugView

fillTarget

protected void fillTarget(JOGLTarget target)
Description copied from class: DebugView
lets the subclass add all content and settings for rendering. Will only be called if DebugView.canBeUsed() is true.

Specified by:
fillTarget in class DebugView