com.sun.jini.example.browser
Class MetalIcons.GrayFileIcon

java.lang.Object
  extended by com.sun.jini.example.browser.MetalIcons.FileIcon16
      extended by com.sun.jini.example.browser.MetalIcons.GrayFileIcon
All Implemented Interfaces:
Serializable, Icon
Enclosing class:
MetalIcons

static class MetalIcons.GrayFileIcon
extends MetalIcons.FileIcon16
implements Icon


Constructor Summary
MetalIcons.GrayFileIcon()
           
 
Method Summary
 int getAdditionalHeight()
           
 int getShift()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 
Methods inherited from class com.sun.jini.example.browser.MetalIcons.FileIcon16
drawCross, getIconHeight, getIconWidth, paintIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.Icon
getIconHeight, getIconWidth
 

Constructor Detail

MetalIcons.GrayFileIcon

MetalIcons.GrayFileIcon()
Method Detail

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface Icon

getShift

public int getShift()
Overrides:
getShift in class MetalIcons.FileIcon16

getAdditionalHeight

public int getAdditionalHeight()
Overrides:
getAdditionalHeight in class MetalIcons.FileIcon16


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.