org.osm2world.console
public class Resolution extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PATTERN
pattern for parseable arguments
|
int |
x |
int |
y |
Constructor and Description |
---|
Resolution(int x,
int y)
regular constructor
|
Resolution(String arg)
parsing constructor
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public final int x
public final int y
public static final String PATTERN
public Resolution(int x, int y)
public Resolution(String arg)
arg
- command line argument to be parsed;
format see PATTERN