|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.map.wrapping.MapWrapping
public abstract class MapWrapping
Title: MapWrapping
Description: TODO
Copyright: Copyright (c) Feb 24, 2013
Field Summary | |
---|---|
protected int |
xHigh
|
protected int |
xLow
|
protected int |
yHigh
|
protected int |
yLow
|
Constructor Summary | |
---|---|
MapWrapping(int xLow,
int xHigh,
int yLow,
int yHigh)
The X and Y's low and high defines the edges of the map, where a sprite will wrap to the other side. |
Method Summary | |
---|---|
abstract Sprite |
doWrapping(Sprite sprite)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int xLow
protected int xHigh
protected int yLow
protected int yHigh
Constructor Detail |
---|
public MapWrapping(int xLow, int xHigh, int yLow, int yHigh)
xLow
- xHigh
- yLow
- yHigh
- Method Detail |
---|
public abstract Sprite doWrapping(Sprite sprite)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |