ucar.unidata.ui
Class SpinIcon

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

public class SpinIcon
extends Object
implements Icon

Class SpinIcon

Version:
%I%, %G%
Author:
Unidata development team

Nested Class Summary
static class SpinIcon.Type
          Class Type
 
Field Summary
static SpinIcon.Type TypeDown
          _more_
static SpinIcon.Type TypeLeft
          _more_
static SpinIcon.Type TypeRight
          _more_
static SpinIcon.Type TypeUp
          _more_
 
Constructor Summary
SpinIcon(SpinIcon.Type type)
          _more_
 
Method Summary
 int getIconHeight()
          * stubbed to satisfy the interface.
 int getIconWidth()
          * stubbed to satisfy the interface.
 void paintIcon(Component c, Graphics g, int x, int y)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TypeUp

public static final SpinIcon.Type TypeUp
_more_


TypeDown

public static final SpinIcon.Type TypeDown
_more_


TypeRight

public static final SpinIcon.Type TypeRight
_more_


TypeLeft

public static final SpinIcon.Type TypeLeft
_more_

Constructor Detail

SpinIcon

public SpinIcon(SpinIcon.Type type)
_more_

Parameters:
type -
Method Detail

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_