direction-ag凯发旗舰厅



com.spire.presentation
enum direction

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

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

represents the orientation of a shape.


enum constant summary
horizontal
          horizontal.
vertical
          vertical.
 
method summary
static direction getdirectionfromvalue(long value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

horizontal

public static final direction horizontal
horizontal.

vertical

public static final direction vertical
vertical.
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getdirectionfromvalue

public static direction getdirectionfromvalue(long value)


网站地图