Package io.anyline2.model
Class ALContourVector
- java.lang.Object
-
- io.anyline2.model.ALGeometry
-
- io.anyline2.model.ALContourVector
-
public class ALContourVector extends ALGeometry
-
-
Constructor Summary
Constructors Constructor Description ALContourVector(ALContourVector alContourVector)
ALContourVector(java.util.List<ALRect> rects)
ALContourVector(org.json.JSONArray array)
ALContourVector(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
-
rects
@NonNull public java.util.List<ALRect> rects
-
-
Constructor Detail
-
ALContourVector
public ALContourVector(@NonNull java.util.List<ALRect> rects)
-
ALContourVector
public ALContourVector(org.json.JSONObject json) throws org.json.JSONException
- Throws:
org.json.JSONException
-
ALContourVector
public ALContourVector(org.json.JSONArray array) throws org.json.JSONException
- Throws:
org.json.JSONException
-
ALContourVector
public ALContourVector(ALContourVector alContourVector)
-
-