| java.lang.Object org.acm.seguin.uml.UMLIcon org.acm.seguin.uml.InterfaceIcon
InterfaceIcon | public class InterfaceIcon extends UMLIcon (Code) | | Icon that draws the interface symbol
author: Chris Seguin |
InterfaceIcon | public InterfaceIcon(int wide, int high)(Code) | | Constructor for the InterfaceIcon object
Parameters: wide - the size of the icon Parameters: high - the size of the icon |
paintIcon | public void paintIcon(Component c, Graphics g, int x, int y)(Code) | | Draws the icon
Parameters: c - The component on which we are drawing Parameters: g - The graphics object Parameters: x - the x location Parameters: y - the y location |
|
|