util
Class MapScalar

java.lang.Object
  extended by util.MapScalar

public class MapScalar
extends java.lang.Object

Utility class for changing the size of a map.


Constructor Summary
MapScalar()
           
 
Method Summary
static void scaleMap(Map map, float scale)
          Scale the input map by the specified value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapScalar

public MapScalar()
Method Detail

scaleMap

public static void scaleMap(Map map,
                            float scale)
Scale the input map by the specified value.

Parameters:
map - - the map to scale
scale - - the scale factor