com.supermap.mapping
类 ColourModeChart

java.lang.Object
  继承者 com.supermap.mapping.ColourModeChart

public class ColourModeChart
extends java.lang.Object

该类定义了颜色模式的类型常量。


字段摘要
static ColourModeChart DAY_BRIGHT
          白昼模式。
static ColourModeChart DUSK
          晨昏模式。
static ColourModeChart NIGHT
          夜晚模式。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DAY_BRIGHT

public static final ColourModeChart DAY_BRIGHT
白昼模式。


DUSK

public static final ColourModeChart DUSK
晨昏模式。


NIGHT

public static final ColourModeChart NIGHT
夜晚模式。