public class Circle_3p extends Element
Element.Type
Modifier and Type | Field and Description |
---|---|
protected int |
p1 |
protected int |
p2 |
protected int |
p3 |
Constructor and Description |
---|
Circle_3p(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int p1,
int p2,
int p3) |
Circle_3p(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 |
getP1() |
int |
getP2() |
int |
getP3() |
void |
setP1(int p1) |
void |
setP2(int p2) |
void |
setP3(int p3) |
public Circle_3p(int id, String label, String color, Boolean hidden, Element.Type type, Boolean trace, int p1, int p2, int p3)
public Circle_3p(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 getP2()
public void setP2(int p2)
public int getP1()
public void setP1(int p1)
public int getP3()
public void setP3(int p3)
Copyright © 2015. All rights reserved.