com.supermap.data

Class 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 java.lang.Object

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

      • dispose

        public void dispose()
        Release the resource occupy by this object.
        Overrides:
        dispose in class Symbol
      • getType

        public SymbolType getType()
        Returns the SymbolFill object.
        Overrides:
        getType in class Symbol
        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.
        Overrides:
        draw in class Symbol
        Parameters:
        bmp - Specify the Bitmap.
        color - Background color
        Returns:
        Returns true if successful; otherwise false.
      • draw

        public boolean draw(android.graphics.Bitmap bmp)
        Draw the symbol object on specified Bitmap.
        Overrides:
        draw in class Symbol
        Parameters:
        bmp - Specify the Bitmap.
        Returns:
        Returns true if successful; otherwise false.