|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.kernel.ProjectSettings
A datastructure for settings for a Project.
Most getters return a string, since they are used by "argo.tee". This is also the reason all these attributes are not part of a Map or something.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public String getNotationLanguage()
public NotationName getNotationName()
public void setNotationLanguage(String language)
language - the notation language.public void setNotationLanguage(NotationName nn)
nn - the new notation languagepublic String getUseGuillemots()
public boolean getUseGuillemotsValue()
true if we show guillemots.public void setUseGuillemots(String showem)
showem - true if guillemots are to be shown.public void setUseGuillemots(boolean showem)
showem - true if guillemots are to be shown.public String getLeftGuillemot()
public String getRightGuillemot()
public String getShowVisibility()
public boolean getShowVisibilityValue()
true if we show visibilities.public void setShowVisibility(String showem)
showem - true if visibilities are to be shown.public void setShowVisibility(boolean showem)
showem - true if visibilities are to be shown.public String getShowMultiplicity()
public boolean getShowMultiplicityValue()
true if we show multiplicities.public void setShowMultiplicity(String showem)
showem - true if multiplicity is to be shown.public void setShowMultiplicity(boolean showem)
showem - true if the multiplicity is to be shown.public String getShowInitialValue()
public boolean getShowInitialValueValue()
true if we show initial values.public void setShowInitialValue(String showem)
showem - true if initial values are to be shown.public void setShowInitialValue(boolean showem)
showem - true if initial values are to be shown.public String getShowProperties()
public boolean getShowPropertiesValue()
true if we show properties.public void setShowProperties(String showem)
showem - true if properties are to be shown.public void setShowProperties(boolean showem)
showem - true if properties are to be shown.public String getShowTypes()
public boolean getShowTypesValue()
true if we show types.public void setShowTypes(String showem)
showem - true if types are to be shown.public void setShowTypes(boolean showem)
showem - true if types are to be shown.public String getShowStereotypes()
public boolean getShowStereotypesValue()
true if we show stereotypes.public void setShowStereotypes(String showem)
showem - true if stereotypes are to be shown.public void setShowStereotypes(boolean showem)
showem - true if stereotypes are to be shown.public String getDefaultShadowWidth()
public int getDefaultShadowWidthValue()
public void setDefaultShadowWidth(int width)
width - The Shadow Width.public void setDefaultShadowWidth(String width)
width - The shadow width to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |