linejointype-ag凯发旗舰厅



com.spire.presentation
enum linejointype

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

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

represents the lines join style.


enum constant summary
bevel
           
miter
           
none
           
round
           
 
method summary
static linejointype getlinejointypefromvalue(long value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

none

public static final linejointype none

round

public static final linejointype round

bevel

public static final linejointype bevel

miter

public static final linejointype miter
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getlinejointypefromvalue

public static linejointype getlinejointypefromvalue(long value)


网站地图