public class PointAtCircle extends Element
Element.Type
Modifier and Type | Field and Description |
---|---|
protected int |
obj |
protected double |
x |
protected double |
y |
Constructor and Description |
---|
PointAtCircle(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
double x,
double y,
int obj) |
PointAtCircle(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() |
double |
getX() |
double |
getY() |
void |
setObj(int obj) |
void |
setT(double x) |
void |
setY(double x) |
public PointAtCircle(int id, String label, String color, Boolean hidden, Element.Type type, Boolean trace, double x, double y, int obj)
public PointAtCircle(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 double getX()
public void setT(double x)
public double getY()
public void setY(double x)
Copyright © 2015. All rights reserved.