Class DropDownIcon

java.lang.Object
se.datadosen.component.DropDownIcon
All Implemented Interfaces:
Icon

public class DropDownIcon extends Object implements Icon
  • Constructor Details

    • DropDownIcon

      public DropDownIcon()
  • Method Details

    • paintIcon

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

      public int getIconWidth()
      Created a stub to satisfy the interface.
      Specified by:
      getIconWidth in interface Icon
    • getIconHeight

      public int getIconHeight()
      Created a stub to satisfy the interface.
      Specified by:
      getIconHeight in interface Icon