com.supermap.realspace.threeddesigner
类 JoinType

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

public final class JoinType
extends Enum

该枚举定义了多边形拓展时拐角处的衔接样式类型常量.


字段摘要
static JoinType MITER
          直接衔接
static JoinType ROUND
          圆角衔接
static JoinType SQUARE
          方角衔接
 
方法摘要
 
从类 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
 

字段详细信息

SQUARE

public static final JoinType SQUARE
方角衔接


ROUND

public static final JoinType ROUND
圆角衔接


MITER

public static final JoinType MITER
直接衔接