Interface ILcdMIFSymbol

All Known Implementing Classes:
TLcdMIFCustomBitmapSymbol, TLcdMIFMapInfo3Symbol, TLcdMIFTrueTypeSymbol

public interface ILcdMIFSymbol
This interface represents a MIF symbol resource.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the color of this symbol.
    int
    Returns the shape of this symbol.
    int
    Returns the size of this symbol.
  • Method Details Link icon

    • getShape Link icon

      int getShape()
      Returns the shape of this symbol.
      Returns:
      the shape of this symbol.
    • getColor Link icon

      Color getColor()
      Returns the color of this symbol.
      Returns:
      the color of this symbol.
    • getSize Link icon

      int getSize()
      Returns the size of this symbol.
      Returns:
      the size of this symbol.