org.argouml.uml.diagram.ui
Interface AttributesCompartmentContainer

All Known Implementing Classes:
FigClass

public interface AttributesCompartmentContainer

An interface to be implemented by any Fig that contains a FigAttributesCompartment.


Method Summary
 Rectangle getAttributesBounds()
           
 boolean isAttributesVisible()
          Determine if the attributes compartment is visible.
 void setAttributesVisible(boolean visible)
          Set the visibility of the attributes compartment.
 

Method Detail

isAttributesVisible

public boolean isAttributesVisible()
Determine if the attributes compartment is visible.

Returns:
true if the attributes compartment is visible.

setAttributesVisible

public void setAttributesVisible(boolean visible)
Set the visibility of the attributes compartment.

Parameters:
visible - the new visibility status.

getAttributesBounds

public Rectangle getAttributesBounds()
Returns:
The bounds of the operations compartment


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook