org.jurvis.swing.table
Class JvBlankIcon
java.lang.Object
org.jurvis.swing.table.JvBlankIcon
- All Implemented Interfaces:
- Icon
public class JvBlankIcon
- extends Object
- implements Icon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvBlankIcon
public JvBlankIcon()
JvBlankIcon
public JvBlankIcon(Color borderColor,
int size)
JvBlankIcon
public JvBlankIcon(Color borderColor,
Color fillColor,
int size)
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.