包 | com.supermap.web.iServerJava2.themeServices |
类 | public class ColorGradientType |
继承 | ColorGradientType ![]() |
渐变色是由起始色根据一定算法逐渐过渡到终止色的一种混合型颜色。
该类作为单值专题图参数类、分段专题图参数类的属性,负责设置单值专题图、分段专题图的配色方案,在默认情况下专题图所有子项会根据这个配色方案完成填充。但如果为某几个子项的风格进行单独设置后(设置了 ThemeUniqueItem 或 ThemeRangeItem 类中 Style 属性),该配色方案对于这几个子项将不起作用。
常量 | 定义方 | ||
---|---|---|---|
BLACK_WHITE : int = 0
[static] 黑白渐变色,对应值为0。
|
ColorGradientType | ||
BLUE_BLACK : int = 9
[static] 蓝黑渐变色,对应值为9。
|
ColorGradientType | ||
BLUE_RED : int = 18
[static] 蓝红渐变色,对应值为18。
|
ColorGradientType | ||
BLUE_WHITE : int = 3
[static] 蓝白渐变色,对应值为3。
|
ColorGradientType | ||
CYAN_BLACK : int = 12
[static] 青黑渐变色,对应值为12。
|
ColorGradientType | ||
CYAN_BLUE : int = 21
[static] 青蓝渐变色,对应值为21。
|
ColorGradientType | ||
CYAN_GREEN : int = 22
[static] 青绿渐变色,对应值为22。
|
ColorGradientType | ||
CYAN_WHITE : int = 6
[static] 青白渐变色,对应值为6。
|
ColorGradientType | ||
GREEN_BLACK : int = 8
[static] 绿黑渐变色,对应值为8。
|
ColorGradientType | ||
GREEN_BLUE : int = 16
[static] 绿蓝渐变色,对应值为16。
|
ColorGradientType | ||
GREEN_ORANGE_VIOLET : int = 24
[static] 绿橙紫渐变色,对应值为24。
|
ColorGradientType | ||
GREEN_RED : int = 17
[static] 绿红渐变色,对应值为17。
|
ColorGradientType | ||
GREEN_WHITE : int = 2
[static] 绿白渐变色,对应值为2。
|
ColorGradientType | ||
PINK_BLACK : int = 11
[static] 粉红到黑渐变色,对应值为11。
|
ColorGradientType | ||
PINK_BLUE : int = 20
[static] 粉红到蓝渐变色,对应值为20。
|
ColorGradientType | ||
PINK_RED : int = 19
[static] 粉红到红渐变色,对应值为19。
|
ColorGradientType | ||
PINK_WHITE : int = 5
[static] 粉红到白渐变色,对应值为5。
|
ColorGradientType | ||
RAIN_BOW : int = 23
[static] 彩虹色,对应值为23。
|
ColorGradientType | ||
RED_BLACK : int = 7
[static] 红黑渐变色,对应值为7。
|
ColorGradientType | ||
RED_WHITE : int = 1
[static] 红白渐变色,对应值为1。
|
ColorGradientType | ||
SPECTRUM : int = 26
[static] 光谱渐变色,对应值为26。
|
ColorGradientType | ||
TERRAIN : int = 25
[static] 地形渐变色,对应值为25。
|
ColorGradientType | ||
YELLOW_BLACK : int = 10
[static] 黄黑渐变色,对应值为10。
|
ColorGradientType | ||
YELLOW_BLUE : int = 15
[static] 黄蓝渐变色,对应值为15。
|
ColorGradientType | ||
YELLOW_GREEN : int = 14
[static] 黄绿渐变色,对应值为14。
|
ColorGradientType | ||
YELLOW_RED : int = 13
[static] 黄红渐变色,对应值为13。
|
ColorGradientType | ||
YELLOW_WHITE : int = 4
[static] 黄白渐变色,对应值为4。
|
ColorGradientType |
BLACK_WHITE | 常量 |
public static const BLACK_WHITE:int = 0
黑白渐变色,对应值为0。
BLUE_BLACK | 常量 |
public static const BLUE_BLACK:int = 9
蓝黑渐变色,对应值为9。
BLUE_RED | 常量 |
public static const BLUE_RED:int = 18
蓝红渐变色,对应值为18。
BLUE_WHITE | 常量 |
public static const BLUE_WHITE:int = 3
蓝白渐变色,对应值为3。
CYAN_BLACK | 常量 |
public static const CYAN_BLACK:int = 12
青黑渐变色,对应值为12。
CYAN_BLUE | 常量 |
public static const CYAN_BLUE:int = 21
青蓝渐变色,对应值为21。
CYAN_GREEN | 常量 |
public static const CYAN_GREEN:int = 22
青绿渐变色,对应值为22。
CYAN_WHITE | 常量 |
public static const CYAN_WHITE:int = 6
青白渐变色,对应值为6。
GREEN_BLACK | 常量 |
public static const GREEN_BLACK:int = 8
绿黑渐变色,对应值为8。
GREEN_BLUE | 常量 |
public static const GREEN_BLUE:int = 16
绿蓝渐变色,对应值为16。
GREEN_ORANGE_VIOLET | 常量 |
public static const GREEN_ORANGE_VIOLET:int = 24
绿橙紫渐变色,对应值为24。
GREEN_RED | 常量 |
public static const GREEN_RED:int = 17
绿红渐变色,对应值为17。
GREEN_WHITE | 常量 |
public static const GREEN_WHITE:int = 2
绿白渐变色,对应值为2。
PINK_BLACK | 常量 |
public static const PINK_BLACK:int = 11
粉红到黑渐变色,对应值为11。
PINK_BLUE | 常量 |
public static const PINK_BLUE:int = 20
粉红到蓝渐变色,对应值为20。
PINK_RED | 常量 |
public static const PINK_RED:int = 19
粉红到红渐变色,对应值为19。
PINK_WHITE | 常量 |
public static const PINK_WHITE:int = 5
粉红到白渐变色,对应值为5。
RAIN_BOW | 常量 |
public static const RAIN_BOW:int = 23
彩虹色,对应值为23。
RED_BLACK | 常量 |
public static const RED_BLACK:int = 7
红黑渐变色,对应值为7。
RED_WHITE | 常量 |
public static const RED_WHITE:int = 1
红白渐变色,对应值为1。
SPECTRUM | 常量 |
public static const SPECTRUM:int = 26
光谱渐变色,对应值为26。
TERRAIN | 常量 |
public static const TERRAIN:int = 25
地形渐变色,对应值为25。
YELLOW_BLACK | 常量 |
public static const YELLOW_BLACK:int = 10
黄黑渐变色,对应值为10。
YELLOW_BLUE | 常量 |
public static const YELLOW_BLUE:int = 15
黄蓝渐变色,对应值为15。
YELLOW_GREEN | 常量 |
public static const YELLOW_GREEN:int = 14
黄绿渐变色,对应值为14。
YELLOW_RED | 常量 |
public static const YELLOW_RED:int = 13
黄红渐变色,对应值为13。
YELLOW_WHITE | 常量 |
public static const YELLOW_WHITE:int = 4
黄白渐变色,对应值为4。