org.jurvis.swing.table
Class JvBlankIcon

java.lang.Object
  extended by org.jurvis.swing.table.JvBlankIcon
All Implemented Interfaces:
Icon

public class JvBlankIcon
extends Object
implements Icon


Constructor Summary
JvBlankIcon()
           
JvBlankIcon(Color borderColor, Color fillColor, int size)
           
JvBlankIcon(Color borderColor, int size)
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 void paintIcon(Component c, Graphics g, int x, int y)
           
 void setBorderColor(Color borderColor)
           
 void setFillColor(Color fillColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvBlankIcon

public JvBlankIcon()

JvBlankIcon

public JvBlankIcon(Color borderColor,
                   int size)

JvBlankIcon

public JvBlankIcon(Color borderColor,
                   Color fillColor,
                   int size)
Method Detail

getIconHeight

public int getIconHeight()
Specified by:
getIconHeight in interface Icon

getIconWidth

public int getIconWidth()
Specified by:
getIconWidth in interface Icon

setFillColor

public void setFillColor(Color fillColor)

setBorderColor

public void setBorderColor(Color borderColor)

paintIcon

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


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.