Class AlertBadgeIcon

java.lang.Object
com.tbg.wms.cli.gui.AlertBadgeIcon
All Implemented Interfaces:
Icon

public final class AlertBadgeIcon extends Object implements Icon
Small circular alert badge used to indicate update availability.
  • Constructor Details

    • AlertBadgeIcon

      public AlertBadgeIcon(int size)
  • Method Details

    • paintIcon

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

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

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