public class CircleGeneral extends Element
Element.Type
Modifier and Type | Field and Description |
---|---|
protected double |
a |
protected double |
b |
protected double |
c |
Constructor and Description |
---|
CircleGeneral(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
double a,
double b,
double c) |
CircleGeneral(org.apache.wicket.ajax.json.JSONObject object) |
Modifier and Type | Method and Description |
---|---|
double |
getA() |
double |
getB() |
double |
getC() |
org.apache.wicket.ajax.json.JSONObject |
getJSON()
Return a JSON object which represent the Element
|
void |
setA(double a) |
void |
setB(double b) |
void |
setC(double c) |
public CircleGeneral(int id, String label, String color, Boolean hidden, Element.Type type, Boolean trace, double a, double b, double c)
public CircleGeneral(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 double getB()
public void setB(double b)
public double getA()
public void setA(double a)
public double getC()
public void setC(double c)
Copyright © 2015. All rights reserved.