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 void
dispose()
Release the resource occupy by this object.boolean
draw(android.graphics.Bitmap bmp)
Draw the symbol object on specified Bitmap.boolean
draw(android.graphics.Bitmap bmp, Color color)
Draw the symbol object on specified Bitmap.SymbolType
getType()
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:Symbol
Draw the symbol object on specified Bitmap.
-
-