org.argouml.uml.diagram.ui
Interface StereotypeContainer

All Known Implementing Classes:
FigPackage

public interface StereotypeContainer

An interface to be implemented by any Fig that may or may not show a stereotype.


Method Summary
 boolean isStereotypeVisible()
          Determine if the stereotype is visible.
 void setStereotypeVisible(boolean visible)
          Set the visibility of the stereotype.
 

Method Detail

isStereotypeVisible

public boolean isStereotypeVisible()
Determine if the stereotype is visible.

Returns:
true if the stereotype is visible.

setStereotypeVisible

public void setStereotypeVisible(boolean visible)
Set the visibility of the stereotype.

Parameters:
visible - the new visibility status.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook