animationscale-ag凯发旗舰厅
com.spire.presentation.drawing.animation
class animationscale
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.drawing.animation.commonbehavior
com.spire.presentation.drawing.animation.animationscale
public class animationscale
- extends commonbehavior
represents animation scale effect.
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)
|
animationscale
public animationscale()
getzoomcontent
public tristate getzoomcontent()
- indicates whether a content should be zoomed.
- returns:
setzoomcontent
public void setzoomcontent(tristate value)
getfrom
public java.awt.geom.point2d getfrom()
- indicates starting the animation from (in percents).
read/write .
- returns:
setfrom
public void setfrom(java.awt.geom.point2d value)
getto
public java.awt.geom.point2d getto()
- indicates the ending location for an animation scale effect .
read/write .
- returns:
setto
public void setto(java.awt.geom.point2d value)
getby
public java.awt.geom.point2d getby()
- describes the relative offset value for the animation.
read/write .
- returns:
setby
public void setby(java.awt.geom.point2d value)