Package io.anyline2.model
Class ALSquareVector
- java.lang.Object
-
- io.anyline2.model.ALGeometry
-
- io.anyline2.model.ALSquareVector
-
public class ALSquareVector extends ALGeometry
-
-
Constructor Summary
Constructors Constructor Description ALSquareVector(ALSquareVector alSquareVector)
ALSquareVector(java.util.List<ALSquare> squares)
ALSquareVector(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object anObject)
int
hashCode()
-
-
-
Field Detail
-
squares
@NonNull public java.util.List<ALSquare> squares
-
-
Constructor Detail
-
ALSquareVector
public ALSquareVector(@NonNull java.util.List<ALSquare> squares)
-
ALSquareVector
public ALSquareVector(org.json.JSONObject json) throws org.json.JSONException
- Throws:
org.json.JSONException
-
ALSquareVector
public ALSquareVector(ALSquareVector alSquareVector)
-
-