public class AnimateShowEffect extends DataClass
factoryCreated, factoryProperties
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 |
getEndAt()
For hide animations of type
"wipe and "slide" this attribute specifies where the wipe /
slide should finish. |
java.lang.String |
getEndsAt()
Deprecated.
This property was misnamed.
|
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. |
AnimateShowEffect |
setEffect(AnimationEffect effect)
Effect to apply
|
AnimateShowEffect |
setEndAt(java.lang.String endAt)
For hide animations of type
"wipe and "slide" this attribute specifies where the wipe /
slide should finish. |
AnimateShowEffect |
setEndsAt(java.lang.String endsAt)
Deprecated.
This property was misnamed.
|
AnimateShowEffect |
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, 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 AnimateShowEffect()
public AnimateShowEffect(com.google.gwt.core.client.JavaScriptObject jsObj)
public static AnimateShowEffect getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public AnimateShowEffect setEffect(AnimationEffect effect)
effect
- New effect value. Default value is nullAnimateShowEffect
instance, for chaining setter callspublic AnimationEffect getEffect()
public AnimateShowEffect setEndAt(java.lang.String endAt)
"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).endAt
- New endAt value. Default value is nullAnimateShowEffect
instance, for chaining setter callspublic java.lang.String getEndAt()
"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 AnimateShowEffect setEndsAt(java.lang.String endsAt)
endAt
instead.endsAt
- New endsAt value. Default value is nullAnimateShowEffect
instance, for chaining setter callspublic java.lang.String getEndsAt()
endAt
instead.public AnimateShowEffect 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
- New startFrom value. Default value is nullAnimateShowEffect
instance, for chaining setter callspublic 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).