Class EmptyIcon

java.lang.Object
org.jdesktop.swingx.icon.EmptyIcon
All Implemented Interfaces:
Serializable, Icon

public final class EmptyIcon extends Object implements Icon, Serializable
An empty icon with arbitrary width and height.
See Also:
  • Constructor Details

    • EmptyIcon

      public EmptyIcon()
      ctor
    • EmptyIcon

      public EmptyIcon(int width, int height)
      ctor
      Parameters:
      width - of the icon
      height - of the icon
    • EmptyIcon

      public EmptyIcon(Dimension size)
      convenient ctor with Dimension
      Parameters:
      size - Dimension
  • Method Details