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(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). |
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 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 final 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 final 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 final 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 final 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 final 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 |