Class Point
- java.lang.Object
-
- ch.unibas.informatik.jturtle.common.Point
-
public class Point extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Point(int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetX()intgetY()
-