Class SkinResizableIcon

  • All Implemented Interfaces:
    Icon, org.pushingpixels.flamingo.api.common.icon.ResizableIcon

    public class SkinResizableIcon
    extends org.pushingpixels.flamingo.api.common.icon.LayeredIcon
    Resizable icon for Substance skins.
    • Field Summary

      • Fields inherited from class org.pushingpixels.flamingo.api.common.icon.LayeredIcon

        layers
    • Constructor Summary

      Constructors 
      Constructor Description
      SkinResizableIcon​(org.pushingpixels.substance.api.SubstanceSkin skin, int startWidth, int startHeight)
      Creates a new icon.
    • Constructor Detail

      • SkinResizableIcon

        public SkinResizableIcon​(org.pushingpixels.substance.api.SubstanceSkin skin,
                                 int startWidth,
                                 int startHeight)
        Creates a new icon.
        Parameters:
        skin - Associated skin.
        startWidth - Original width in pixels.
        startHeight - Original heigth in pixels.