lightingdirectiontype-ag凯发旗舰厅



com.spire.presentation
enum lightingdirectiontype

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

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

indicates light directions.


enum constant summary
bottom
           
bottom_left
           
bottom_right
           
left
           
none
          
right
           
top
           
top_left
           
top_right
           
 
method summary
static lightingdirectiontype getlightingdirectiontypefromvalue(long value)
           
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

none

public static final lightingdirectiontype none

top_left

public static final lightingdirectiontype top_left

top

public static final lightingdirectiontype top

top_right

public static final lightingdirectiontype top_right

right

public static final lightingdirectiontype right

bottom_right

public static final lightingdirectiontype bottom_right

bottom

public static final lightingdirectiontype bottom

bottom_left

public static final lightingdirectiontype bottom_left

left

public static final lightingdirectiontype left
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()

getlightingdirectiontypefromvalue

public static lightingdirectiontype getlightingdirectiontypefromvalue(long value)


网站地图