com.aspose.slides.pptx.animation
Class ScaleEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.ScaleEffectEx

public class ScaleEffectEx
extends BehaviorEx

Scale animation effect.


Constructor Summary
ScaleEffectEx()
           
 
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.BehaviorEx
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

ScaleEffectEx

public ScaleEffectEx()
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.