|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorEx
com.aspose.slides.pptx.animation.ScaleEffectEx
public class ScaleEffectEx
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 |
---|
public ScaleEffectEx()
Method Detail |
---|
public NullableBool isZoomContent()
public void setZoomContent(NullableBool value)
public java.awt.geom.Point2D.Float getFrom()
public void setFrom(java.awt.geom.Point2D.Float value)
public java.awt.geom.Point2D.Float getTo()
public void setTo(java.awt.geom.Point2D.Float value)
public java.awt.geom.Point2D.Float getBy()
public void setBy(java.awt.geom.Point2D.Float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |