Package io.anyline2.model
Class ALPoint
- java.lang.Object
-
- io.anyline2.model.ALGeometry
-
- io.anyline2.model.ALPoint
-
public class ALPoint extends ALGeometry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object anObject)
int
getX()
int
getY()
int
hashCode()
-
-
-
Constructor Detail
-
ALPoint
public ALPoint(int x, int y)
-
ALPoint
public ALPoint(org.json.JSONObject json)
-
ALPoint
public ALPoint(ALPoint alPoint)
-
-