lightingdirectiontype-ag凯发旗舰厅
com.spire.presentation
enum lightingdirectiontype
java.lang.object
java.lang.enum<lightingdirectiontype>
com.spire.presentation.lightingdirectiontype
- all implemented interfaces:
- java.lang.comparable<lightingdirectiontype>
public enum lightingdirectiontype
- extends java.lang.enum<lightingdirectiontype>
indicates light directions.
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
getname
public java.lang.string getname()
getvalue
public int getvalue()
getlightingdirectiontypefromvalue
public static lightingdirectiontype getlightingdirectiontypefromvalue(long value)