org.cagrid.gaards.ui.gridgrouper
Class CombinedIcon
java.lang.Object
org.cagrid.gaards.ui.gridgrouper.CombinedIcon
- All Implemented Interfaces:
- javax.swing.Icon
public class CombinedIcon
- extends java.lang.Object
- implements javax.swing.Icon
- Version:
- $Id: GridGrouperBaseTreeNode.java,v 1.1 2006/08/04 03:49:26 langella
Exp $
- Author:
- Stephen Langella, Scott Oster, Shannon Hastings, David W. Ervin
|
Constructor Summary |
CombinedIcon(javax.swing.Icon icon1,
javax.swing.Icon icon2)
Creates a new instance of CombinedIcon. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedIcon
public CombinedIcon(javax.swing.Icon icon1,
javax.swing.Icon icon2)
- Creates a new instance of CombinedIcon.
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface javax.swing.Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface javax.swing.Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface javax.swing.Icon