Interface ILcdResizeableIcon

All Superinterfaces:
Cloneable, ILcdCloneable, ILcdIcon, Serializable
All Known Implementing Classes:
TLcdCompositeIcon, TLcdResizeableIcon, TLcdSVGIcon, TLcdSymbol, TLcdVectorIcon

public interface ILcdResizeableIcon extends ILcdIcon
ILcdResizeableIcon extends ILcdIcon, allowing to set the width and the height of the icon.
  • Method Details

    • setIconWidth

      void setIconWidth(int aWidth)
      Set the width of the icon.
      Parameters:
      aWidth - the new width.
    • setIconHeight

      void setIconHeight(int aHeight)
      Set the height of the icon.
      Parameters:
      aHeight - the new height.