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 booleanequals(java.lang.Object anObject)intgetX()intgetY()inthashCode()
-
-
-
Constructor Detail
-
ALPoint
public ALPoint(int x, int y)
-
ALPoint
public ALPoint(org.json.JSONObject json)
-
ALPoint
public ALPoint(ALPoint alPoint)
-
-