com.supermap.data
Class SymbolLineBase
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.SymbolLineBase
-
public class SymbolLineBase extends InternalHandleDisposable
The SymbolLineBase class.
-
-
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.
-
-
-
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.
-
-