20 package net.sf.gridarta.model.gameobject;
55 public IsoMapSquareInfo(
final int xLen,
final int xLen2,
final int yLen,
final int yLen2) {
int getYLen2()
Returns the vertical center of a square.
int getYLen()
Returns the vertical size of a square.
IsoMapSquareInfo(final int xLen, final int xLen2, final int yLen, final int yLen2)
Creates a new instance.
final int xLen2
The horizontal center of a square.
Provides information about isometric map squares.
final int yLen2
The vertical center of a square.
final int xLen
The horizontal size of a square.
int getXLen2()
Returns the horizontal center of a square.
final int yLen
The vertical size of a square.
int getXLen()
Returns the horizontal size of a square.