Save This Page
Home » openjdk-7 » javax » swing » plaf » metal » [javadoc | source]
javax.swing.plaf.metal
public static class: MetalIconFactory.TreeControlIcon [javadoc | source]
java.lang.Object
   javax.swing.plaf.metal.MetalIconFactory$TreeControlIcon

All Implemented Interfaces:
    Serializable, Icon

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see java.beans.XMLEncoder .
Field Summary
protected  boolean isLight     
 MetalIconFactory.ImageCacher imageCacher     
transient  boolean cachedOrientation     
Constructor:
 public TreeControlIcon(boolean isCollapsed) 
Method from javax.swing.plaf.metal.MetalIconFactory$TreeControlIcon Summary:
getIconHeight,   getIconWidth,   paintIcon,   paintMe
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.metal.MetalIconFactory$TreeControlIcon Detail:
 public int getIconHeight() 
 public int getIconWidth() 
 public  void paintIcon(Component c,
    Graphics g,
    int x,
    int y) 
 public  void paintMe(Component c,
    Graphics g,
    int x,
    int y)