com.supermap.data

Class SymbolLine



  • public class SymbolLine
    extends Symbol
    The SymbolLine class.

    This class inherits from the Symbol class Symbol.

    • 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 SymbolLine 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 SymbolLine object.
        Overrides:
        getType in class Symbol
        Returns:
        the SymbolLine object.
      • draw

        public boolean draw(android.graphics.Bitmap bmp,
                            Color color)
        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.