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 intgetIconHeight()intgetIconWidth()static voidmain(String[] args)voidpaintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfaceIcon
-
main
public static void main(String[] args)
-
-