de.fhpotsdam.unfolding.tiles
Class DebugTileUtils

java.lang.Object
  extended by de.fhpotsdam.unfolding.tiles.DebugTileUtils

public class DebugTileUtils
extends java.lang.Object

Draws debug information atop the tile image.


Constructor Summary
DebugTileUtils()
           
 
Method Summary
static void drawTileBorder(processing.core.PGraphics pg)
           
static processing.core.PImage getDebugTile(Coordinate coord, processing.core.PImage tileImage, processing.core.PApplet p, boolean showDebugBorder, boolean showTileCoordinates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugTileUtils

public DebugTileUtils()
Method Detail

getDebugTile

public static processing.core.PImage getDebugTile(Coordinate coord,
                                                  processing.core.PImage tileImage,
                                                  processing.core.PApplet p,
                                                  boolean showDebugBorder,
                                                  boolean showTileCoordinates)

drawTileBorder

public static void drawTileBorder(processing.core.PGraphics pg)