| java.lang.Object org.acm.seguin.ide.common.UMLIcon
UMLIcon | public class UMLIcon implements Icon(Code) | | Draws a UML icon for the project window
author: Chris Seguin |
getIconHeight | public int getIconHeight()(Code) | | Returns the icon's height.
The IconHeight value |
getIconWidth | public int getIconWidth()(Code) | | Returns the icon's width.
The IconWidth value |
paintIcon | public void paintIcon(Component c, Graphics g, int x, int y)(Code) | | Draws the icon at a location
Parameters: c - The component Parameters: g - The graphics area Parameters: x - The x coordinate Parameters: y - The y coordinate |
|
|