public interface UMLDiagramStyle
extends org.eclipse.gmf.runtime.notation.DiagramStyle
The UML diagram style is a style to be installed on UML diagram views
The following features are supported:
UmlnotationPackage.getUMLDiagramStyle()| Modifier and Type | Method and Description | 
|---|---|
| boolean | isUseAliasName()Returns the value of the 'Use Alias Name' attribute. | 
| void | setUseAliasName(boolean value)Sets the value of the ' Use Alias Name' attribute. | 
getPageHeight, getPageWidth, getPageX, getPageY, setPageHeight, setPageWidth, setPageX, setPageYgetHorizontalGuides, getVerticalGuidesgetDescription, setDescriptionboolean isUseAliasName()
"false".
 
 This property determines whether the names showing up on UML diagrams should be the real name or the alias names
setUseAliasName(boolean), 
UmlnotationPackage.getUMLDiagramStyle_UseAliasName()void setUseAliasName(boolean value)
Use Alias Name' attribute.
 
 This property determines whether the names showing up on UML diagrams should be the real name or the alias names
value - the new value of the 'Use Alias Name' attribute.isUseAliasName()