com.ibm.xtools.umlnotation
Interface UMLFrameStyle
- All Superinterfaces:
- EObject, FillStyle, FontStyle, LineStyle, Notifier, Style, UMLListStyle, UMLNameStyle, UMLParentStyle, 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 org.eclipse.gmf.runtime.notation.FontStyle |
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderline |
| 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 org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| 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 org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| 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 org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getAlignment
UMLAlignmentKind getAlignment()
- Returns the value of the 'Alignment' attribute.
The default value is
"Vertical".
The literals are from the enumeration UMLAlignmentKind.
If the meaning of the 'Alignment' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Alignment' attribute.
- See Also:
UMLAlignmentKind,
UMLFrameStyle.setAlignment(UMLAlignmentKind),
UmlnotationPackage.getUMLFrameStyle_Alignment()
setAlignment
void setAlignment(UMLAlignmentKind value)
- Sets the value of the '
Alignment' attribute.
- Parameters:
value - the new value of the 'Alignment' attribute.- See Also:
UMLAlignmentKind,
UMLFrameStyle.getAlignment()
© Copyright IBM Corp. 2009. All rights reserved.