ScaleEffect
Inheritance: java.lang.Object, com.aspose.slides.Behavior
All Implemented Interfaces: com.aspose.slides.IScaleEffect
public class ScaleEffect extends Behavior implements IScaleEffect
Represents animation scale effect.
Constructors
Constructor | Description |
---|---|
ScaleEffect() |
Methods
Method | Description |
---|---|
getZoomContent() | Determines whether a content should be zoomed. |
setZoomContent(byte value) | Determines whether a content should be zoomed. |
getFrom() | Specifies an x/y co-ordinate to start the animation from (in percents). |
setFrom(PointF value) | Specifies an x/y co-ordinate to start the animation from (in percents). |
getTo() | Specifies the target location for an animation scale effect (in percents). |
setTo(PointF value) | Specifies the target location for an animation scale effect (in percents). |
getBy() | describes the relative offset value for the animation (in percents). |
setBy(PointF value) | describes the relative offset value for the animation (in percents). |
ScaleEffect()
public ScaleEffect()
getZoomContent()
public final byte getZoomContent()
Determines whether a content should be zoomed. Read/write NullableBool.
Returns: byte
setZoomContent(byte value)
public final void setZoomContent(byte value)
Determines whether a content should be zoomed. Read/write NullableBool.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
getFrom()
public final PointF getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents). Read/write android.graphics.PointF.
Returns: android.graphics.PointF
setFrom(PointF value)
public final void setFrom(PointF value)
Specifies an x/y co-ordinate to start the animation from (in percents). Read/write android.graphics.PointF.
Parameters:
Parameter | Type | Description |
---|---|---|
value | android.graphics.PointF |
getTo()
public final PointF getTo()
Specifies the target location for an animation scale effect (in percents). Read/write android.graphics.PointF.
Returns: android.graphics.PointF
setTo(PointF value)
public final void setTo(PointF value)
Specifies the target location for an animation scale effect (in percents). Read/write android.graphics.PointF.
Parameters:
Parameter | Type | Description |
---|---|---|
value | android.graphics.PointF |
getBy()
public final PointF getBy()
describes the relative offset value for the animation (in percents). Read/write android.graphics.PointF.
Returns: android.graphics.PointF
setBy(PointF value)
public final void setBy(PointF value)
describes the relative offset value for the animation (in percents). Read/write android.graphics.PointF.
Parameters:
Parameter | Type | Description |
---|---|---|
value | android.graphics.PointF |