Class TLcdGUIIcon

java.lang.Object
com.luciad.gui.TLcdGUIIcon
All Implemented Interfaces:
ILcdIcon, ILcdCloneable, Serializable, Cloneable

@Deprecated public class TLcdGUIIcon extends Object implements ILcdIcon, Cloneable
Deprecated.
The majority of the icons available in this class are available in TLcdIconFactory as well. The constants of these icons are explicitly deprecated, and the deprecation message contains information on how to retrieve the icon from the TLcdIconFactory class. For those icons, it is strongly recommended to use the icon from TLcdIconFactory.
The icons from this class which are not available in TLcdIconFactory are all old-looking icons which will look outdated in a modern application. The recommendation for these icons is to find a more modern-looking replacement.
Icons with images frequently used in LuciadLightspeed.

The icons are a subset of the images provided in the LuciadLightspeed distribution. These images can be found in the luciadlightspeed.jar jar file, in the directory images/icons. You can use TLcdImageIcon to load these.

Should you need to derive similar icons, vector source files (SVG) are available for most icons in the sample resources, in the directory samples/images/vectorIcons.

See Also: