com.supermap.data

Class SymbolLineBase

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose()
      Dispose the resource occupied by SymbolLineBase.
      int getCode()
      Returns the ASCII code of the character in the child line.
      void setCode(int asciiCode)
      Sets the ASCII code of the character in the child line.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCode

        public int getCode()
        Returns the ASCII code of the character in the child line. Only valid if the child line is of the character related types.
        Returns:
        return the ASCII code of the character in the child line.
      • setCode

        public void setCode(int asciiCode)
        Sets the ASCII code of the character in the child line. Only valid if the child line is of the character related types.
        Parameters:
        asciiCode - the ASCII code of the character in the child line.
      • dispose

        public void dispose()
        Dispose the resource occupied by SymbolLineBase.