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

    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

    clone

    Methods inherited from interface com.luciad.gui.ILcdIcon

    getIconHeight, getIconWidth, paintIcon
  • Method Details

    • getAttribute

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

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

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