com.supermap.data
Class SymbolLine
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Symbol
-
- com.supermap.data.SymbolLine
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddispose()Release the resource occupy by this object.booleandraw(android.graphics.Bitmap bmp)Draw the symbol object on specified Bitmap.booleandraw(android.graphics.Bitmap bmp, Color color)Draw the symbol object on specified Bitmap.SymbolTypegetType()Returns the SymbolLine object.-
Methods inherited from class com.supermap.data.Symbol
getID, getLibrary, getName, setSymbolStyle, toString
-
-
-
-
Method Detail
-
dispose
public void dispose()
Release the resource occupy by this object.
-
getType
public SymbolType getType()
Returns the SymbolLine object.
-
draw
public boolean draw(android.graphics.Bitmap bmp, Color color)Draw the symbol object on specified Bitmap.
-
-