public class Shadow extends DataClass
factoryCreated, factoryProperties, readOnly| Constructor and Description | 
|---|
Shadow()  | 
Shadow(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getBlur()  | 
java.lang.String | 
getColor()  | 
Point | 
getOffset()  | 
static Shadow | 
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)  | 
void | 
setBlur(int blur)  | 
void | 
setColor(java.lang.String color)  | 
void | 
setOffset(Point offset)  | 
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getReadOnly, isFactoryCreated, logConfiguration, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated, setReadOnlypublic Shadow()
public Shadow(com.google.gwt.core.client.JavaScriptObject jsObj)
public static Shadow getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setBlur(int blur)
blur - Default value is 10public int getBlur()
public void setColor(java.lang.String color)
color - CSSColor . Default value is blackpublic java.lang.String getColor()
CSSColorpublic void setOffset(Point offset)
offset - Default value is [0,0]public Point getOffset()