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


Constructor Summary
AnimScaleEffectEx()
           
 
Method Summary
 java.awt.geom.Point2D.Float getBy()
          Returns the relative offset value for the animation (in percents).
 java.awt.geom.Point2D.Float getFrom()
          Returns an x/y coordinate to start the animation from (in percents).
 java.awt.geom.Point2D.Float getTo()
          Returns the target location for an animation scale effect (in percents).
 NullableBool getZoomContent()
           
 void setBy(java.awt.geom.Point2D.Float value)
          Sets the relative offset value for the animation (in percents).
 void setFrom(java.awt.geom.Point2D.Float value)
          Sets an x/y coordinate to start the animation from (in percents).
 void setTo(java.awt.geom.Point2D.Float value)
          Sets the target location for an animation scale effect (in percents).
 void setZoomContent(NullableBool value)
           
 
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx
getAccumulate, getAdditive, getProperties, getTiming, 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

getZoomContent

public NullableBool getZoomContent()

setZoomContent

public void setZoomContent(NullableBool value)

getFrom

public java.awt.geom.Point2D.Float getFrom()
Returns an x/y coordinate to start the animation from (in percents).


setFrom

public void setFrom(java.awt.geom.Point2D.Float value)
Sets an x/y coordinate to start the animation from (in percents).

Parameters:
value -

getTo

public java.awt.geom.Point2D.Float getTo()
Returns the target location for an animation scale effect (in percents).


setTo

public void setTo(java.awt.geom.Point2D.Float value)
Sets the target location for an animation scale effect (in percents).

Parameters:
value -

getBy

public java.awt.geom.Point2D.Float getBy()
Returns the relative offset value for the animation (in percents).


setBy

public void setBy(java.awt.geom.Point2D.Float value)
Sets the relative offset value for the animation (in percents).

Parameters:
value -