org.argouml.uml.diagram.static_structure.ui
Class FigFeature

java.lang.Object
  |
  +--FigText
        |
        +--org.argouml.uml.diagram.ui.CompartmentFigText
              |
              +--org.argouml.uml.diagram.static_structure.ui.FigFeature

public class FigFeature
extends CompartmentFigText

Fig to show features in class or interface like attributes or operations

Since:
Dec 1, 2002
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.uml.diagram.ui.CompartmentFigText
_isHighlighted, _modelElement, _refFig, cat
 
Constructor Summary
FigFeature(int x, int y, int w, int h, Fig aFig)
          Constructor for FigFeature.
 
Method Summary
 Selection makeSelection()
          Via makeSelection we can add a custom selection class.
 
Methods inherited from class org.argouml.uml.diagram.ui.CompartmentFigText
getFeature, getFillColor, getFilled, getLineColor, getLineWidth, getModelElement, isHighlighted, setFeature, setHighlighted, setLineWidth, setModelElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigFeature

public FigFeature(int x,
                  int y,
                  int w,
                  int h,
                  Fig aFig)
Constructor for FigFeature.

Parameters:
x -
y -
w -
h -
aFig -
Method Detail

makeSelection

public Selection makeSelection()
Via makeSelection we can add a custom selection class. This way we can add a custom keyevent handler for our attributes or operations

See Also:
org.tigris.gef.presentation.Fig#makeSelection()


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook