Package com.luciad.format.s52
Interface ILcdS52Text
- All Superinterfaces:
Cloneable,ILcdCloneable,ILcdIcon,Serializable
- All Known Implementing Classes:
TLcdS52Text
An S-52 icon that represents a text.
-
Method Summary
Modifier and TypeMethodDescriptionintThe attribute code of the attribute whose value is represented in this icon.intReturns the text group to which this text belongs.voidSets the text to be visualized by this icon.Methods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods 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
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.
-