behavioradditivetype-ag凯发旗舰厅



com.spire.presentation.drawing.animation
enum behavioradditivetype

java.lang.object
  extended by java.lang.enum<behavioradditivetype>
      extended by com.spire.presentation.drawing.animation.behavioradditivetype
all implemented interfaces:
java.lang.comparable<behavioradditivetype>

public enum behavioradditivetype
extends java.lang.enum<behavioradditivetype>

represents additive type for effect behavior.


enum constant summary
base
          
multiply
          
none
          
replace
          
sum
          
undefined
          
 
method summary
static behavioradditivetype getbehavioradditivetypefromvalue(long value)
           
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

undefined

public static final behavioradditivetype undefined

none

public static final behavioradditivetype none

base

public static final behavioradditivetype base

sum

public static final behavioradditivetype sum

replace

public static final behavioradditivetype replace

multiply

public static final behavioradditivetype multiply
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()

getbehavioradditivetypefromvalue

public static behavioradditivetype getbehavioradditivetypefromvalue(long value)


网站地图