760761762763764765766767768769770
* @throws JSONException */ private Element getElementObject(JSONObject obj) throws JSONException { Element element = null; Type type = Type.valueOf(obj.getString("type")); switch (type) { case CircleGeneral: element = new CircleGeneral(obj); break; case Circle_3p: