public class PointAtLine extends Element
Element.Type
Constructor and Description |
---|
PointAtLine(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
double t,
int obj) |
PointAtLine(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 |
getT() |
void |
setObj(int obj) |
void |
setT(double t) |
public PointAtLine(int id, String label, String color, Boolean hidden, Element.Type type, Boolean trace, double t, int obj)
public PointAtLine(org.apache.wicket.ajax.json.JSONObject object) throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONException
Copyright © 2015. All rights reserved.