public class Point_2l extends Element
Element.Type| Constructor and Description |
|---|
Point_2l(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int obj1,
int obj2) |
Point_2l(org.apache.wicket.ajax.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.ajax.json.JSONObject |
getJSON()
Return a JSON object which represent the Element
|
int |
getObj2() |
int |
setObj1() |
void |
setObj1(int obj1) |
void |
setObj2(int obj2) |
public Point_2l(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int obj1,
int obj2)
public Point_2l(org.apache.wicket.ajax.json.JSONObject object)
throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONExceptionpublic org.apache.wicket.ajax.json.JSONObject getJSON()
throws org.apache.wicket.ajax.json.JSONException
public int getObj2()
public void setObj2(int obj2)
public int setObj1()
public void setObj1(int obj1)
Copyright © 2015. All rights reserved.