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

java.lang.Object
  extended by com.sun.jini.example.browser.MetalIcons.FolderIcon16
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MetalIcons.BlueFolderIcon, MetalIcons.GrayFolderIcon, MetalIcons.OrangeFolderIcon, MetalIcons.UnusableFolderIcon
Enclosing class:
MetalIcons

private abstract static class MetalIcons.FolderIcon16
extends Object
implements Serializable


Constructor Summary
private MetalIcons.FolderIcon16()
           
 
Method Summary
 void drawCross(Component c, Graphics g, int x, int y)
           
 int getAdditionalHeight()
           
 int getIconHeight()
           
 int getIconWidth()
           
 int getShift()
           
 void paintIcon(Component c, Graphics g, int x, int y, Color controlDarkShadowColor, Color controlColor, Color controlShadowColor, Color controlInfoColor, Color controlHighlightColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalIcons.FolderIcon16

private MetalIcons.FolderIcon16()
Method Detail

paintIcon

public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y,
                      Color controlDarkShadowColor,
                      Color controlColor,
                      Color controlShadowColor,
                      Color controlInfoColor,
                      Color controlHighlightColor)

drawCross

public void drawCross(Component c,
                      Graphics g,
                      int x,
                      int y)

getShift

public int getShift()

getAdditionalHeight

public int getAdditionalHeight()

getIconWidth

public int getIconWidth()

getIconHeight

public int getIconHeight()


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