Interface ILcdPOLColorTable

All Known Implementing Classes:
TLcdPOLColorTable

public interface ILcdPOLColorTable
A table that contains the colors to display POL elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    getColor(int i)
    Gets the color at the given index of this color table.
    int
    Returns the number of colors in this POL color table.
  • Method Details

    • getColor

      Color getColor(int i)
      Gets the color at the given index of this color table.
      Parameters:
      i - The index.
      Returns:
      The color associated with index i.
    • getColorCount

      int getColorCount()
      Returns the number of colors in this POL color table.
      Returns:
      the number of colors in this POL color table.