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

All Implemented Interfaces:
    UIResource, Serializable, Icon

Constructor:
 OceanHorizontalSliderThumbIcon() 
Method from javax.swing.plaf.metal.MetalIconFactory$OceanHorizontalSliderThumbIcon Summary:
createImage,   getIconHeight,   getIconWidth,   paintIcon,   paintToImage
Methods from sun.swing.CachedPainter:
paint
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.metal.MetalIconFactory$OceanHorizontalSliderThumbIcon Detail:
 protected Image createImage(Component c,
    int w,
    int h,
    GraphicsConfiguration config,
    Object[] args) 
 public int getIconHeight() 
 public int getIconWidth() 
 public  void paintIcon(Component c,
    Graphics g,
    int x,
    int y) 
 protected  void paintToImage(Component c,
    Image image,
    Graphics g2,
    int w,
    int h,
    Object[] args)