public class Shadow extends DataClass
factoryCreated, factoryProperties
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) |
Shadow |
setBlur(int blur) |
Shadow |
setColor(java.lang.String color) |
Shadow |
setOffset(Point offset) |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, 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
public Shadow()
public Shadow(com.google.gwt.core.client.JavaScriptObject jsObj)
public static Shadow getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public Shadow setBlur(int blur)
blur
- New blur value. Default value is 10Shadow
instance, for chaining setter callspublic int getBlur()
public Shadow setColor(java.lang.String color)
public java.lang.String getColor()
CSSColor
public Shadow setOffset(Point offset)
offset
- New offset value. Default value is [0,0]Shadow
instance, for chaining setter callspublic Point getOffset()