com.supermap.data

类 SymbolLineBase

    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      void dispose()
      释放 SymbolLineBase 占用的资源。
      int getCode()
      返回子线中的字符 ASCII 码。
      void setCode(int asciiCode)
      设置子线中的字符 ASCII 码。
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • getCode

        public int getCode()
        返回子线中的字符 ASCII 码。只在类型为字符相关的子线类型时才有效。
        返回:
        返回子线中的字符 ASCII 码。
      • setCode

        public void setCode(int asciiCode)
        设置子线中的字符 ASCII 码。只在类型为字符相关的子线类型时才有效。
        参数:
        asciiCode - 子线中的字符 ASCII 码。
      • dispose

        public void dispose()
        释放 SymbolLineBase 占用的资源。