org.argouml.notation
Class SDNotationSettings

java.lang.Object
  extended by org.argouml.notation.NotationSettings
      extended by org.argouml.notation.SDNotationSettings

public class SDNotationSettings
extends NotationSettings

Notation settings for a sequence diagram.


Constructor Summary
SDNotationSettings()
           
 
Method Summary
 boolean isShowSequenceNumbers()
           
 void setShowSequenceNumbers(boolean showThem)
           
 
Methods inherited from class org.argouml.notation.NotationSettings
getDefaultSettings, getNotationLanguage, isFullyHandleStereotypes, isShowAssociationNames, isShowInitialValues, isShowMultiplicities, isShowPaths, isShowProperties, isShowSingularMultiplicities, isShowTypes, isShowVisibilities, isUseGuillemets, setFullyHandleStereotypes, setNotationLanguage, setShowAssociationNames, setShowInitialValues, setShowMultiplicities, setShowPaths, setShowProperties, setShowSingularMultiplicities, setShowTypes, setShowVisibilities, setUseGuillemets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDNotationSettings

public SDNotationSettings()
Method Detail

isShowSequenceNumbers

public boolean isShowSequenceNumbers()
Returns:
the showSequenceNumbers setting

setShowSequenceNumbers

public void setShowSequenceNumbers(boolean showThem)
Parameters:
showThem - true to show sequence numbers


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook