org.argouml.uml.cognitive.critics
Class ClAttributeCompartment

java.lang.Object
  |
  +--org.argouml.uml.cognitive.critics.ClAttributeCompartment
All Implemented Interfaces:
Clarifier, javax.swing.Icon

public class ClAttributeCompartment
extends java.lang.Object
implements Clarifier


Field Summary
protected static org.apache.log4j.Category cat
           
static ClAttributeCompartment TheInstance
           
static int WAVE_HEIGHT
           
static int WAVE_LENGTH
           
 
Constructor Summary
ClAttributeCompartment()
           
 
Method Summary
 int getIconHeight()
           
 int getIconWidth()
           
 boolean hit(int x, int y)
           
 void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
           
 void setFig(org.tigris.gef.presentation.Fig f)
           
 void setToDoItem(ToDoItem i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static org.apache.log4j.Category cat

TheInstance

public static ClAttributeCompartment TheInstance

WAVE_LENGTH

public static int WAVE_LENGTH

WAVE_HEIGHT

public static int WAVE_HEIGHT
Constructor Detail

ClAttributeCompartment

public ClAttributeCompartment()
Method Detail

setFig

public void setFig(org.tigris.gef.presentation.Fig f)
Specified by:
setFig in interface Clarifier

setToDoItem

public void setToDoItem(ToDoItem i)
Specified by:
setToDoItem in interface Clarifier

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

hit

public boolean hit(int x,
                   int y)
Specified by:
hit in interface Clarifier


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook