Package io.anyline2.model
Class ALRect
-
- All Implemented Interfaces:
public class ALRect extends ALGeometry
-
-
Method Summary
-
-
Constructor Detail
-
ALRect
ALRect(int x, int y, int w, int h)
-
ALRect
ALRect(JSONObject json)
-
ALRect
ALRect(JSONArray json)
-
ALRect
ALRect(RectF rect)
-
ALRect
ALRect(ALRect alRect)
-
ALRect
ALRect(ALSquare alSquare)
-
-
-
-