com.supermap.mapping
类 ColorType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.mapping.ColorType

public class ColorType
extends Enum

热力图或网格聚合图的颜色渐变模式。


字段摘要
static ColorType HSB
          HSB模式。
static ColorType RGB
          RGB模式。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

HSB

public static final ColorType HSB
HSB模式。


RGB

public static final ColorType RGB
RGB模式。