com.aspose.slides.pptx.animation
Class AnimScaleEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
      extended by com.aspose.slides.pptx.animation.AnimScaleEffectEx

public class AnimScaleEffectEx
extends AnimBehaviorEx

Scale animation effect.


Constructor Summary
AnimScaleEffectEx()
           
 
Method Summary
 java.awt.geom.Point2D.Float getBy()
          Returns the relative offset of an animation.
 java.awt.geom.Point2D.Float getFrom()
          Returns the start point of an animation.
 java.awt.geom.Point2D.Float getTo()
          Returns the target point of an animation.
 NullableBool isZoomContent()
          Determines whether the content should be zoomed.
 void setBy(java.awt.geom.Point2D.Float value)
          Sets the relative offset of an animation.
 void setFrom(java.awt.geom.Point2D.Float value)
          Sets the start point of an animation.
 void setTo(java.awt.geom.Point2D.Float value)
          Sets the target point of an animation.
 void setZoomContent(NullableBool value)
          Sets whether the content should be zoomed.
 
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx
getProperties, getTiming, isAccumulate, isAdditive, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimScaleEffectEx

public AnimScaleEffectEx()
Method Detail

isZoomContent

public NullableBool isZoomContent()
Determines whether the content should be zoomed.


setZoomContent

public void setZoomContent(NullableBool value)
Sets whether the content should be zoomed.


getFrom

public java.awt.geom.Point2D.Float getFrom()
Returns the start point of an animation.


setFrom

public void setFrom(java.awt.geom.Point2D.Float value)
Sets the start point of an animation.


getTo

public java.awt.geom.Point2D.Float getTo()
Returns the target point of an animation.


setTo

public void setTo(java.awt.geom.Point2D.Float value)
Sets the target point of an animation.


getBy

public java.awt.geom.Point2D.Float getBy()
Returns the relative offset of an animation.


setBy

public void setBy(java.awt.geom.Point2D.Float value)
Sets the relative offset of an animation.