|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.MapScalar
public class MapScalar
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 |
---|
public MapScalar()
Method Detail |
---|
public static void scaleMap(Map map, float scale)
map
- - the map to scalescale
- - the scale factor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |