KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.plaf.metal
Class MetalIconFactory.FileIcon16

java.lang.Object
  extended by javax.swing.plaf.metal.MetalIconFactory.FileIcon16
All Implemented Interfaces:
Serializable, Icon
Direct Known Subclasses:
MetalIconFactory.TreeLeafIcon
Enclosing class:
MetalIconFactory
See Also:
Top Examples, Source Code, XMLEncoder

public int getAdditionalHeight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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  


public int getShift()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalIconFactory.FileIcon16()
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  

Popular Tags