int getHeight()
Returns the total height of a multi-square image.
final int yLen
The vertical size of a square.
final int[] data
Array with position data.
int getYOffset(final int positionID)
Returns the y offset from the left-most pixel of the multi-square image and the default y position.
MultiPositionEntry(@NotNull final IsoMapSquareInfo isoMapSquareInfo, @NotNull final Dimension size)
Creates a new instance.
Encapsulated information about a multi-square image.
static final int X_DIM
Number of columns in the array.
int getXOffset(final int positionID)
Returns the x offset from the left-most pixel of the multi-square image and the default x position.
final int width
The total width of the multi-square image in pixels.
final int height
The total height of the multi-square image in pixels.
int getWidth()
Returns the total width of a multi-square image.