animationscale-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class animationscale

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.animation.commonbehavior
          extended by com.spire.presentation.drawing.animation.animationscale

public class animationscale
extends commonbehavior

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

animationscale

public animationscale()
method detail

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)


网站地图