public class ScaleEffect extends Behavior implements IScaleEffect
Represents animation scale effect.
Constructor and Description |
---|
ScaleEffect() |
Modifier and Type | Method and Description |
---|---|
android.graphics.PointF |
getBy()
describes the relative offset value for the animation (in percents).
|
android.graphics.PointF |
getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents).
|
android.graphics.PointF |
getTo()
Specifies the target location for an animation scale effect (in percents).
|
byte |
getZoomContent()
Determines whether a content should be zoomed.
|
void |
setBy(android.graphics.PointF value)
describes the relative offset value for the animation (in percents).
|
void |
setFrom(android.graphics.PointF value)
Specifies an x/y co-ordinate to start the animation from (in percents).
|
void |
setTo(android.graphics.PointF value)
Specifies the target location for an animation scale effect (in percents).
|
void |
setZoomContent(byte value)
Determines whether a content should be zoomed.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
public final byte getZoomContent()
Determines whether a content should be zoomed.
Read/write NullableBool
.
getZoomContent
in interface IScaleEffect
public final void setZoomContent(byte value)
Determines whether a content should be zoomed.
Read/write NullableBool
.
setZoomContent
in interface IScaleEffect
public final android.graphics.PointF getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents).
Read/write PointF
.
getFrom
in interface IScaleEffect
public final void setFrom(android.graphics.PointF value)
Specifies an x/y co-ordinate to start the animation from (in percents).
Read/write PointF
.
setFrom
in interface IScaleEffect
public final android.graphics.PointF getTo()
Specifies the target location for an animation scale effect (in percents).
Read/write PointF
.
getTo
in interface IScaleEffect
public final void setTo(android.graphics.PointF value)
Specifies the target location for an animation scale effect (in percents).
Read/write PointF
.
setTo
in interface IScaleEffect
public final android.graphics.PointF getBy()
describes the relative offset value for the animation (in percents).
Read/write PointF
.
getBy
in interface IScaleEffect
public final void setBy(android.graphics.PointF value)
describes the relative offset value for the animation (in percents).
Read/write PointF
.
setBy
in interface IScaleEffect