org.argouml.uml.diagram.ui
Class FigStereotypesCompartment

java.lang.Object
  extended by FigGroup
      extended by org.argouml.uml.diagram.ui.ArgoFigGroup
          extended by org.argouml.uml.diagram.ui.FigStereotypesGroup
              extended by org.argouml.uml.diagram.ui.FigStereotypesCompartment
All Implemented Interfaces:
ArgoFig

Deprecated. for 0.27.2 by mvw. Use FigStereotypesGroup.

@Deprecated
public class FigStereotypesCompartment
extends FigStereotypesGroup

A Fig designed to be the child of some FigNode or FigEdge to display the stereotypes of the model element represented by the parent Fig.

TODO: The inheritance hierarchy of this class has been changed, so it may not be binary API compatible even though it implements all methods of the missing class (FigCompartment) with compatible signatures. Double check binary compatibility and restore original implementation for deprecation period if necessary.


Field Summary
 
Fields inherited from interface org.argouml.uml.diagram.ui.ArgoFig
DEBUG, DEBUG_COLOR, FILL_COLOR, INVISIBLE_LINE_COLOR, LINE_COLOR, LINE_WIDTH, ROWHEIGHT, SOLID_FILL_COLOR, STEREOHEIGHT, TEXT_COLOR, X0, Y0
 
Constructor Summary
FigStereotypesCompartment(int x, int y, int w, int h)
          Deprecated. for 0.27.2 by mvw. Use FigStereotypesGroup.FigStereotypesGroup(Object, java.awt.Rectangle, org.argouml.uml.diagram.DiagramSettings)
 
Method Summary
protected  void createModelElement()
          Deprecated. 
 
Methods inherited from class org.argouml.uml.diagram.ui.FigStereotypesGroup
getBigPort, getMinimumSize, getStereotypeCount, isHidingStereotypesWithIcon, populate, propertyChange, removeFromDiagram, setBoundsImpl, setHidingStereotypesWithIcon, setKeyword
 
Methods inherited from class org.argouml.uml.diagram.ui.ArgoFigGroup
getProject, getSettings, renderingChanged, setOwner, setProject, setSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigStereotypesCompartment

@Deprecated
public FigStereotypesCompartment(int x,
                                            int y,
                                            int w,
                                            int h)
Deprecated. for 0.27.2 by mvw. Use FigStereotypesGroup.FigStereotypesGroup(Object, java.awt.Rectangle, org.argouml.uml.diagram.DiagramSettings)

The constructor.

Parameters:
x - x
y - y
w - width
h - height
Method Detail

createModelElement

@Deprecated
protected void createModelElement()
Deprecated. 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook