IScaleEffect
All Implemented Interfaces: com.aspose.slides.IBehavior
public interface IScaleEffect extends IBehavior
Represents animation scale effect.
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). |
getZoomContent()
public abstract byte getZoomContent()
Determines whether a content should be zoomed. Read/write NullableBool.
Returns: byte
setZoomContent(byte value)
public abstract void setZoomContent(byte value)
Determines whether a content should be zoomed. Read/write NullableBool.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
getFrom()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 |