Class TLcdIconSW

java.lang.Object
com.luciad.gui.swing.TLcdIconSW
All Implemented Interfaces:
Icon

public class TLcdIconSW extends Object implements Icon
Deprecated.
use TLcdSWIcon instead.
Wrapper class to turn a ILcdIcon into a javax.swing.Icon.
  • Constructor Details

    • TLcdIconSW

      public TLcdIconSW(ILcdIcon aILcdIcon)
      Deprecated.
  • Method Details

    • paintIcon

      public void paintIcon(Component c, Graphics g, int x, int y)
      Deprecated.
      Specified by:
      paintIcon in interface Icon
    • getIconWidth

      public int getIconWidth()
      Deprecated.
      Specified by:
      getIconWidth in interface Icon
    • getIconHeight

      public int getIconHeight()
      Deprecated.
      Specified by:
      getIconHeight in interface Icon