org.argouml.uml.diagram.ui
Interface EnumLiteralsCompartmentContainer

All Known Implementing Classes:
FigEnumeration

public interface EnumLiteralsCompartmentContainer

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


Method Summary
 Rectangle getEnumLiteralsBounds()
           
 boolean isEnumLiteralsVisible()
          Determine if the EnumerationLiterals compartment is visible.
 void setEnumLiteralsVisible(boolean visible)
          Set the visibility of the EnumerationLiterals compartment.
 

Method Detail

isEnumLiteralsVisible

public boolean isEnumLiteralsVisible()
Determine if the EnumerationLiterals compartment is visible.

Returns:
true if the EnumerationLiterals compartment is visible.

setEnumLiteralsVisible

public void setEnumLiteralsVisible(boolean visible)
Set the visibility of the EnumerationLiterals compartment.

Parameters:
visible - the new visibility status.

getEnumLiteralsBounds

public Rectangle getEnumLiteralsBounds()
Returns:
The bounds of the EnumerationLiterals compartment


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook