uic.widgets
Class UICToolBar.ArrowsIcon

java.lang.Object
  extended byuic.widgets.UICToolBar.ArrowsIcon
All Implemented Interfaces:
Icon
Enclosing class:
UICToolBar

public static class UICToolBar.ArrowsIcon
extends Object
implements Icon

The icon on the more-items button.


Constructor Summary
UICToolBar.ArrowsIcon()
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICToolBar.ArrowsIcon

public UICToolBar.ArrowsIcon()
Method Detail

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      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


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence