public class ClipArt extends Element
Element.Type| Modifier and Type | Field and Description |
|---|---|
protected int |
r |
| Constructor and Description |
|---|
ClipArt(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int r) |
ClipArt(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 |
getR() |
void |
setR(int r) |
public ClipArt(int id,
String label,
String color,
Boolean hidden,
Element.Type type,
Boolean trace,
int r)
public ClipArt(org.apache.wicket.ajax.json.JSONObject object)
throws org.apache.wicket.ajax.json.JSONException
org.apache.wicket.ajax.json.JSONExceptionCopyright © 2015. All rights reserved.