com.supermap.data
Class SymbolFill
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Symbol
-
- com.supermap.data.SymbolFill
-
public class SymbolFill extends Symbol
The SymbolFill class.This class inherits from the Symbol class .
-
-
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 SymbolFill 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 SymbolFill object.
-
draw
public boolean draw(android.graphics.Bitmap bmp, Color color)Description copied from class:SymbolDraw the symbol object on specified Bitmap.
-
-