public interface CoordinateInterface
| Modifier and Type | Method and Description |
|---|---|
static CoordinateInterface |
create(int argX,
int argY) |
int |
x() |
int |
y() |
int x()
int y()
static CoordinateInterface create(int argX, int argY)
Copyright © 2019. All rights reserved.