swingx
Version 2005-08-19

org.jdesktop.swingx.icon
Class ColumnControlIcon

java.lang.Object
  extended by org.jdesktop.swingx.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.

Version:
1.0

Constructor Summary
ColumnControlIcon()
          TODO: need to support small, medium, large
 
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()
TODO: need to support small, medium, large

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)

swingx
Version 2005-08-19