org.springframework.richclient.test
Class TestIcon
java.lang.Object
org.springframework.richclient.test.TestIcon
- All Implemented Interfaces:
- Icon
public class TestIcon
- extends Object
- implements Icon
Icon suitable for testing purposes.
- Author:
- Peter De Bruycker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestIcon
public TestIcon(Color color)
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interface Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interface Icon
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Specified by:
paintIcon
in interface Icon
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.