public class PointFree extends Element
Element.Type| Constructor and Description |
|---|
PointFree(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
double x,
double y) |
PointFree(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
|
double |
getX() |
double |
getY() |
void |
setX(double x) |
void |
setY(double y) |
public PointFree(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
double x,
double y)
public PointFree(org.apache.wicket.ajax.json.JSONObject object)
throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONExceptionCopyright © 2015. All rights reserved.