com.aspose.slides
Class ScaleEffect
java.lang.Object
com.aspose.slides.Behavior
com.aspose.slides.ScaleEffect
- All Implemented Interfaces:
- IBehavior, IScaleEffect
public class ScaleEffect
- extends Behavior
- implements IScaleEffect
Represents animation scale effect.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScaleEffect
public ScaleEffect()
getZoomContent
public byte getZoomContent()
Determines whether a content should be zoomed.
- Specified by:
getZoomContent
in interface IScaleEffect
setZoomContent
public void setZoomContent(byte value)
- Specified by:
setZoomContent
in interface IScaleEffect
getFrom
public java.awt.geom.Point2D.Float getFrom()
- Specified by:
getFrom
in interface IScaleEffect
setFrom
public void setFrom(java.awt.geom.Point2D.Float value)
- Specified by:
setFrom
in interface IScaleEffect
getTo
public java.awt.geom.Point2D.Float getTo()
- Specified by:
getTo
in interface IScaleEffect
setTo
public void setTo(java.awt.geom.Point2D.Float value)
- Specified by:
setTo
in interface IScaleEffect
getBy
public java.awt.geom.Point2D.Float getBy()
- Specified by:
getBy
in interface IScaleEffect
setBy
public void setBy(java.awt.geom.Point2D.Float value)
- Specified by:
setBy
in interface IScaleEffect
getAsIBehavior
public IBehavior getAsIBehavior()