com.aspose.slides
Class ScaleEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.ScaleEffect
All Implemented Interfaces:
IBehavior, IScaleEffect

public class ScaleEffect
extends Behavior
implements IScaleEffect

Represents animation scale effect.


Constructor Summary
ScaleEffect()
           
 
Method Summary
 java.awt.geom.Point2D.Float getBy()
           describes the relative offset value for the animation (in percents).
 java.awt.geom.Point2D.Float getFrom()
           Specifies an x/y co-ordinate to start the animation from (in percents).
 java.awt.geom.Point2D.Float getTo()
           Specifies the target location for an animation scale effect (in percents).
 byte getZoomContent()
           Determines whether a content should be zoomed.
 void setBy(java.awt.geom.Point2D.Float value)
           describes the relative offset value for the animation (in percents).
 void setFrom(java.awt.geom.Point2D.Float value)
           Specifies an x/y co-ordinate to start the animation from (in percents).
 void setTo(java.awt.geom.Point2D.Float value)
           Specifies the target location for an animation scale effect (in percents).
 void setZoomContent(byte value)
           Determines whether a content should be zoomed.
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

ScaleEffect

public ScaleEffect()
Method Detail

getZoomContent

public byte getZoomContent()

Determines whether a content should be zoomed. Read/write NullableBool.

Specified by:
getZoomContent in interface IScaleEffect

setZoomContent

public void setZoomContent(byte value)

Determines whether a content should be zoomed. Read/write NullableBool.

Specified by:
setZoomContent in interface IScaleEffect

getFrom

public java.awt.geom.Point2D.Float getFrom()

Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.

Specified by:
getFrom in interface IScaleEffect

setFrom

public void setFrom(java.awt.geom.Point2D.Float value)

Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.

Specified by:
setFrom in interface IScaleEffect

getTo

public java.awt.geom.Point2D.Float getTo()

Specifies the target location for an animation scale effect (in percents). Read/write PointF.

Specified by:
getTo in interface IScaleEffect

setTo

public void setTo(java.awt.geom.Point2D.Float value)

Specifies the target location for an animation scale effect (in percents). Read/write PointF.

Specified by:
setTo in interface IScaleEffect

getBy

public java.awt.geom.Point2D.Float getBy()

describes the relative offset value for the animation (in percents). Read/write PointF.

Specified by:
getBy in interface IScaleEffect

setBy

public void setBy(java.awt.geom.Point2D.Float value)

describes the relative offset value for the animation (in percents). Read/write PointF.

Specified by:
setBy in interface IScaleEffect


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.