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(Point2D.Float 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(Point2D.Float value) | Specifies the target location for an animation scale effect (in percents). |
| getBy() | describes the relative offset value for the animation (in percents). |
| setBy(Point2D.Float 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 Point2D.Float getFrom()
Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float.
Returns: java.awt.geom.Point2D.Float
setFrom(Point2D.Float value)
public abstract void setFrom(Point2D.Float value)
Specifies an x/y co-ordinate to start the animation from (in percents). Read/write java.awt.geom.Point2D.Float.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.awt.geom.Point2D.Float |
getTo()
public abstract Point2D.Float getTo()
Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float.
Returns: java.awt.geom.Point2D.Float
setTo(Point2D.Float value)
public abstract void setTo(Point2D.Float value)
Specifies the target location for an animation scale effect (in percents). Read/write java.awt.geom.Point2D.Float.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.awt.geom.Point2D.Float |
getBy()
public abstract Point2D.Float getBy()
describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float.
Returns: java.awt.geom.Point2D.Float
setBy(Point2D.Float value)
public abstract void setBy(Point2D.Float value)
describes the relative offset value for the animation (in percents). Read/write java.awt.geom.Point2D.Float.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.awt.geom.Point2D.Float |