colortype-ag凯发旗舰厅



com.spire.presentation.drawing
enum colortype

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

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

enum constant summary
hsl
          high definition hsl color.
known_color
          preset color.
none
          color is not defined at all.
rgb
          standard 24bit rgb color.
scheme
          scheme color.
system
          system color.
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

none

public static final colortype none
color is not defined at all.

rgb

public static final colortype rgb
standard 24bit rgb color.

hsl

public static final colortype hsl
high definition hsl color.

scheme

public static final colortype scheme
scheme color.

system

public static final colortype system
system color.

known_color

public static final colortype known_color
preset color.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图