- java.lang.Object
-
- io.sundr.examples.shapes.AbstractShape
-
-
Constructor Summary
Constructors
| Constructor and Description |
AbstractShape(int x,
int y) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getX
public int getX()
- Specified by:
getX in interface Shape
-
getY
public int getY()
- Specified by:
getY in interface Shape
Copyright © 2022. All Rights Reserved.