gradientshapetype-ag凯发旗舰厅



com.spire.presentation.drawing
enum gradientshapetype

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

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

represents the shape of gradient fill.


enum constant summary
linear
           
none
           
path
           
radial
           
rectangle
           
 
method summary
static gradientshapetype getgradientshapetypefromvalue(int value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

linear

public static final gradientshapetype linear

rectangle

public static final gradientshapetype rectangle

radial

public static final gradientshapetype radial

path

public static final gradientshapetype path

none

public static final gradientshapetype none
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getgradientshapetypefromvalue

public static gradientshapetype getgradientshapetypefromvalue(int value)


网站地图