KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalIconFactory.TreeControlIcon

javax.swing.plaf.metal
Class MetalIconFactory.TreeControlIcon

java.lang.Object
  extended by javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
All Implemented Interfaces:
Serializable, Icon
Enclosing class:
MetalIconFactory
See Also:
Source Code, XMLEncoder

public int getIconHeight()
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIconWidth()
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean isLight
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalIconFactory.TreeControlIcon(boolean isCollapsed)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintMe(Component c,
                    Graphics g,
                    int x,
                    int y)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags