com.supermap.realspace.threeddesigner
类 ClippingType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.threeddesigner.ClippingType

public final class ClippingType
extends Enum

该枚举定义了裁剪类型常量。


字段摘要
static ClippingType KEEPINSIDE
          内裁,保留内部
static ClippingType KEEPOUTSIDE
          外裁,保留外部
 
方法摘要
 
从类 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
 

字段详细信息

KEEPINSIDE

public static final ClippingType KEEPINSIDE
内裁,保留内部


KEEPOUTSIDE

public static final ClippingType KEEPOUTSIDE
外裁,保留外部