public class AnimateShowEffect extends DataClass
factoryCreated, factoryProperties, readOnly
Constructor and Description |
---|
AnimateShowEffect() |
AnimateShowEffect(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
AnimationEffect |
getEffect()
Effect to apply
|
java.lang.String |
getEndsAt()
For hide animations of type
"wipe and "slide" this attribute specifies where the wipe /
slide should finish. |
static AnimateShowEffect |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getStartFrom()
For show animations of type
"wipe" and "slide" this attribute specifies where the wipe /
slide should originate. |
void |
setEffect(AnimationEffect effect)
Effect to apply
|
void |
setEndsAt(java.lang.String endsAt)
For hide animations of type
"wipe and "slide" this attribute specifies where the wipe /
slide should finish. |
void |
setStartFrom(java.lang.String startFrom)
For show animations of type
"wipe" and "slide" this attribute specifies where the wipe /
slide should originate. |
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, setReadOnly
public AnimateShowEffect()
public AnimateShowEffect(com.google.gwt.core.client.JavaScriptObject jsObj)
public static AnimateShowEffect getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setEffect(AnimationEffect effect)
effect
- Default value is nullpublic AnimationEffect getEffect()
public void setEndsAt(java.lang.String endsAt)
"wipe
and "slide"
this attribute specifies where the wipe /
slide should finish. Valid options are "T"
(vertical animation upwards to the top of the canvas, the
default behavior) and "L"
(horizontal animation to the left of the canvas).endsAt
- Default value is nullpublic java.lang.String getEndsAt()
"wipe
and "slide"
this attribute specifies where the wipe /
slide should finish. Valid options are "T"
(vertical animation upwards to the top of the canvas, the
default behavior) and "L"
(horizontal animation to the left of the canvas).public void setStartFrom(java.lang.String startFrom)
"wipe"
and "slide"
this attribute specifies where the wipe /
slide should originate. Valid values are "T"
(vertical animation from the top down, the default
behavior), and "L"
(horizontal animation from the left side).startFrom
- Default value is nullpublic java.lang.String getStartFrom()
"wipe"
and "slide"
this attribute specifies where the wipe /
slide should originate. Valid values are "T"
(vertical animation from the top down, the default
behavior), and "L"
(horizontal animation from the left side).