com.supermap.chart
类 ColourModeChart

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.chart.ColourModeChart

public class ColourModeChart
extends Enum

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


字段摘要
static ColourModeChart DAY_BRIGHT
          白昼模式。
static ColourModeChart DUSK
          晨昏模式。
static ColourModeChart NIGHT
          夜晚模式。
 
方法摘要
 
从类 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
 

字段详细信息

DAY_BRIGHT

public static final ColourModeChart DAY_BRIGHT
白昼模式。


DUSK

public static final ColourModeChart DUSK
晨昏模式。


NIGHT

public static final ColourModeChart NIGHT
夜晚模式。