Interface ILcdS52Text

All Superinterfaces:
Cloneable, ILcdCloneable, ILcdIcon, Serializable
All Known Implementing Classes:
TLcdS52Text

public interface ILcdS52Text extends ILcdIcon
An S-52 icon that represents a text.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    int
    The attribute code of the attribute whose value is represented in this icon.
    int
    Returns the text group to which this text belongs.
    void
    setText(String aText)
    Sets the text to be visualized by this icon.

    Methods inherited from interface com.luciad.util.ILcdCloneable Link icon

    clone

    Methods inherited from interface com.luciad.gui.ILcdIcon Link icon

    getIconHeight, getIconWidth, paintIcon
  • Method Details Link icon

    • getAttribute Link icon

      int getAttribute()
      The attribute code of the attribute whose value is represented in this icon.
      Returns:
      the attribute code
    • setText Link icon

      void setText(String aText)
      Sets the text to be visualized by this icon.
      Parameters:
      aText - the text to be visualized by this icon.
    • getTextGroup Link icon

      int getTextGroup()
      Returns the text group to which this text belongs.
      Returns:
      the text group to which this text belongs.