Class SpinIcon

java.lang.Object
ucar.unidata.ui.SpinIcon
All Implemented Interfaces:
Icon

public class SpinIcon extends Object implements Icon
Class SpinIcon
Version:
%I%, %G%
Author:
Unidata development team
  • Field Details

  • Constructor Details

    • SpinIcon

      public SpinIcon(SpinIcon.Type type)
      _more_
      Parameters:
      type -
  • Method Details

    • paintIcon

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

      public int getIconWidth()
      * stubbed to satisfy the interface.
      Specified by:
      getIconWidth in interface Icon
      Returns:
      _more_
    • getIconHeight

      public int getIconHeight()
      * stubbed to satisfy the interface.
      Specified by:
      getIconHeight in interface Icon
      Returns:
      _more_