public class IsoMapSquareInfo
extends java.lang.Object
Constructor and Description |
---|
IsoMapSquareInfo(int xLen,
int xLen2,
int yLen,
int yLen2)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getXLen()
Returns the horizontal size of a square.
|
int |
getXLen2()
Returns the horizontal center of a square.
|
int |
getYLen()
Returns the vertical size of a square.
|
int |
getYLen2()
Returns the vertical center of a square.
|
public IsoMapSquareInfo(int xLen, int xLen2, int yLen, int yLen2)
xLen
- the horizontal size of a squarexLen2
- the horizontal center of a squareyLen
- the vertical size of a squareyLen2
- the vertical center of a squarepublic int getXLen()
public int getXLen2()
public int getYLen()
public int getYLen2()