Package org.jdesktop.swingx.icon
Class ColumnControlIcon
- java.lang.Object
-
- org.jdesktop.swingx.icon.ColumnControlIcon
-
- All Implemented Interfaces:
Icon
,UIResource
public class ColumnControlIcon extends Object implements Icon, UIResource
Icon class for rendering icon which indicates user control of column visibility.- Version:
- 1.0
- Author:
- Amy Fowler
-
-
Constructor Summary
Constructors Constructor Description ColumnControlIcon()
TODO: need to support small, medium, large
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
static void
main(String[] args)
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
main
public static void main(String[] args)
-
-