motionpathpointstype-ag凯发旗舰厅



com.spire.presentation.drawing.animation
enum motionpathpointstype

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

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

represent types of points in animation motion path.


enum constant summary
auto
          
corner
          
curve_auto
          
curve_corner
          
curve_smooth
          
curve_straight
          
none
          
smooth
          
straight
          
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

none

public static final motionpathpointstype none

auto

public static final motionpathpointstype auto

corner

public static final motionpathpointstype corner

straight

public static final motionpathpointstype straight

smooth

public static final motionpathpointstype smooth

curve_auto

public static final motionpathpointstype curve_auto

curve_corner

public static final motionpathpointstype curve_corner

curve_straight

public static final motionpathpointstype curve_straight

curve_smooth

public static final motionpathpointstype curve_smooth
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图