public class PencilPointAtRect extends Element
Element.Type
Modifier and Type | Field and Description |
---|---|
protected int |
obj |
protected String |
s |
protected double |
t |
Constructor and Description |
---|
PencilPointAtRect(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
String s,
double t,
int obj) |
PencilPointAtRect(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 |
getObj() |
String |
getS() |
double |
getT() |
void |
setObj(int obj) |
void |
setS(String s) |
void |
setT(double t) |
protected int obj
protected String s
protected double t
public PencilPointAtRect(int id, String label, String color, Boolean hidden, Element.Type type, Boolean trace, String s, double t, int obj)
public PencilPointAtRect(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 getObj()
public void setObj(int obj)
public String getS()
public void setS(String s)
public double getT()
public void setT(double t)
Copyright © 2015. All rights reserved.