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