public class Point_2c extends Element
Element.Type
Modifier and Type | Field and Description |
---|---|
protected int |
num |
protected int |
obj1 |
protected int |
obj2 |
Constructor and Description |
---|
Point_2c(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int obj1,
int obj2,
int num) |
Point_2c(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 |
getNum() |
int |
getObj1() |
int |
getObj2() |
void |
setNum(int num) |
void |
setObj1(int obj1) |
void |
setObj2(int obj2) |
public Point_2c(int id, String label, String color, Boolean hidden, Element.Type type, Boolean trace, int obj1, int obj2, int num)
public Point_2c(org.apache.wicket.ajax.json.JSONObject object) throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONException
public org.apache.wicket.ajax.json.JSONObject getJSON() throws org.apache.wicket.ajax.json.JSONException
public int getObj2()
public void setObj2(int obj2)
public int getObj1()
public void setObj1(int obj1)
public int getNum()
public void setNum(int num)
Copyright © 2015. All rights reserved.