org.argouml.uml.diagram.ui
Class FigStereotypesCompartment
java.lang.Object
FigGroup
org.argouml.uml.diagram.ui.ArgoFigGroup
org.argouml.uml.diagram.ui.FigStereotypesGroup
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.
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 - xy - yw - widthh - height
createModelElement
@Deprecated
protected void createModelElement()
- Deprecated.