 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.action.exportmap;
23 import org.jetbrains.annotations.NotNull;
72 throw new IllegalArgumentException(
"unexpected direction: " +
direction);
85 public int getX(
final int width) {
102 throw new AssertionError(
"unexpected direction: " +
direction);
111 public int getY(
final int height) {
128 throw new AssertionError(
"unexpected direction: " +
direction);
final int x
The x coordinate of the border between the previous and the next map.
int getX(final int width)
Returns the x coordinate of the next map.
Base package of all Gridarta classes.
Preliminary layout information for a map.
final int y
The y coordinate of the border between the previous and the next map.
int getY(final int height)
Returns the y coordinate of the next map.
final Direction direction
The direction from which the map was discovered.
PendingInfo(@NotNull final Direction direction, final int x, final int y)
Creates a new instance.