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

java.lang.Object
  extended by com.sun.jini.example.browser.MetalIcons.FileIcon16
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MetalIcons.BlueFileIcon, MetalIcons.GrayFileIcon, MetalIcons.OrangeFileIcon, MetalIcons.TreeLeafIcon, MetalIcons.UnusableFileIcon
Enclosing class:
MetalIcons

private abstract static class MetalIcons.FileIcon16
extends Object
implements Serializable


Constructor Summary
private MetalIcons.FileIcon16()
           
 
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 controlHighlightColor, Color controlInfoColor, Color controlColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalIcons.FileIcon16

private MetalIcons.FileIcon16()
Method Detail

paintIcon

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

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.