com.ibm.xtools.umlnotation
Interface UMLFrameStyle
- All Superinterfaces:
- EObject, FillStyle, FontStyle, LineStyle, Notifier, Style, UMLListStyle, UMLNameStyle, UMLShapeStyle, UMLStereotypeStyle
- public interface UMLFrameStyle
- extends UMLShapeStyle
A representation of the model object 'UML Frame Style'.
The UML frame style is a style to be installed on UML compartment views
that support (vertical/horizontal) alignments
The following features are supported:
- See Also:
UmlnotationPackage.getUMLFrameStyle()
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface com.ibm.xtools.notation.FontStyle |
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderline |
isVerticalAlignment
public boolean isVerticalAlignment()
- Returns the value of the 'Vertical Alignment' attribute.
The default value is
"true"
.
- Returns:
- the value of the 'Vertical Alignment' attribute.
- See Also:
setVerticalAlignment(boolean)
,
UmlnotationPackage.getUMLFrameStyle_VerticalAlignment()
setVerticalAlignment
public void setVerticalAlignment(boolean value)
- Sets the value of the '
Vertical Alignment
' attribute.
- Parameters:
value
- the new value of the 'Vertical Alignment' attribute.- See Also:
isVerticalAlignment()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.