org.jdesktop.swing.icon
Class ColumnControlIcon

java.lang.Object
  extended byorg.jdesktop.swing.icon.ColumnControlIcon
All Implemented Interfaces:
Icon

public class ColumnControlIcon
extends Object
implements Icon

Icon class for rendering icon which indicates user control of column visibility.


Constructor Summary
ColumnControlIcon()
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
static void main(String[] args)
           
 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

ColumnControlIcon

public ColumnControlIcon()
Method Detail

getIconWidth

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

getIconHeight

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

paintIcon

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

main

public static void main(String[] args)


Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.