animationcolorbehavior-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class animationcolorbehavior

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

public class animationcolorbehavior
extends commonbehavior

represents a color effect for an animation behavior.


constructor summary
animationcolorbehavior()
           
 
method summary
 animationcolorspace getanimationcolorspace()
          represent color space of behavior.
  getby()
          describes the relative color value for the color animation.
 animationcolordirection getdirection()
          indicates that direction to cycle the hue around the color wheel.
 colorformat getfrom()
          indicates the starting color of behavior.
 colorformat getto()
          indicates the ending color of behavior.
 void setanimationcolorspace(animationcolorspace value)
           
 void setby( value)
           
 void setdirection(animationcolordirection value)
           
 void setfrom(colorformat value)
           
 void setto(colorformat 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

animationcolorbehavior

public animationcolorbehavior()
method detail

getfrom

public colorformat getfrom()
indicates the starting color of behavior. read/write .
returns:

setfrom

public void setfrom(colorformat value)

getto

public colorformat getto()
indicates the ending color of behavior. read/write .
returns:

setto

public void setto(colorformat value)

getby

public  getby()
describes the relative color value for the color animation. read/write .
returns:

setby

public void setby( value)

getanimationcolorspace

public animationcolorspace getanimationcolorspace()
represent color space of behavior. read/write .
returns:

setanimationcolorspace

public void setanimationcolorspace(animationcolorspace value)

getdirection

public animationcolordirection getdirection()
indicates that direction to cycle the hue around the color wheel. read/write .
returns:

setdirection

public void setdirection(animationcolordirection value)


网站地图