public class Background extends Object
Constructor and Description |
---|
Background(org.apache.wicket.ajax.json.JSONObject object) |
Background(String type,
String url,
Double width,
Double height,
Double left,
Double top) |
Modifier and Type | Method and Description |
---|---|
Double |
getHeight() |
org.apache.wicket.ajax.json.JSONObject |
getJSON()
Return a JSON object which represent the Background
|
Double |
getLeft() |
Double |
getTop() |
String |
getType() |
String |
getUrl() |
Double |
getWidth() |
void |
setHeight(Double height) |
void |
setLeft(Double left) |
void |
setTop(Double top) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setWidth(Double width) |
public Background(String type, String url, Double width, Double height, Double left, Double top)
public Background(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
org.apache.wicket.ajax.json.JSONException
public String getType()
public void setType(String type)
public String getUrl()
public void setUrl(String url)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
public Double getLeft()
public void setLeft(Double left)
public Double getTop()
public void setTop(Double top)
Copyright © 2015. All rights reserved.