public class PencilCurve extends Element
Element.Type| Modifier and Type | Field and Description |
|---|---|
protected int |
p0 |
protected List<Double[][]> |
points |
| Constructor and Description |
|---|
PencilCurve(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int p0,
List<Double[][]> points) |
PencilCurve(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 |
getP0() |
List<Double[][]> |
getPoints() |
void |
setP0(int p0) |
void |
setPoints(List<Double[][]> points) |
public PencilCurve(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int p0,
List<Double[][]> points)
public PencilCurve(org.apache.wicket.ajax.json.JSONObject object)
throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONExceptionCopyright © 2015. All rights reserved.