|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.drawing.animation.CommonBehavior
com.spire.presentation.drawing.animation.AnimationScale
public class AnimationScale
Represents animation scale effect.
Constructor Summary | |
---|---|
AnimationScale()
|
Method Summary | |
---|---|
java.awt.geom.Point2D |
getBy()
describes the relative offset value for the animation. |
java.awt.geom.Point2D |
getFrom()
Indicates Starting the animation from (in percents). |
java.awt.geom.Point2D |
getTo()
Indicates the ending location for an animation scale effect . |
TriState |
getZoomContent()
Indicates whether a content should be zoomed. |
void |
setBy(java.awt.geom.Point2D value)
|
void |
setFrom(java.awt.geom.Point2D value)
|
void |
setTo(java.awt.geom.Point2D value)
|
void |
setZoomContent(TriState value)
|
Methods inherited from class com.spire.presentation.drawing.animation.CommonBehavior |
---|
getAccumulate, getAdditive, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public AnimationScale()
Method Detail |
---|
public TriState getZoomContent()
public void setZoomContent(TriState value)
public java.awt.geom.Point2D getFrom()
public void setFrom(java.awt.geom.Point2D value)
public java.awt.geom.Point2D getTo()
public void setTo(java.awt.geom.Point2D value)
public java.awt.geom.Point2D getBy()
public void setBy(java.awt.geom.Point2D value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |