| java.lang.Object org.acm.seguin.uml.UMLIcon org.acm.seguin.uml.ClassIcon
ClassIcon | public class ClassIcon extends UMLIcon (Code) | | Draws the class symbol
author: Chris Seguin |
Constructor Summary | |
public | ClassIcon(int wide, int high) |
ClassIcon | public ClassIcon(int wide, int high)(Code) | | Constructor for the ClassIcon 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 |
|
|