public interface UMLFrameStyle extends UMLShapeStyle
The UML frame style is a style to be installed on UML compartment views that support (vertical/horizontal) alignments
The following features are supported:
UmlnotationPackage.getUMLFrameStyle()| Modifier and Type | Method and Description |
|---|---|
UMLAlignmentKind |
getAlignment()
Returns the value of the 'Alignment' attribute.
|
void |
setAlignment(UMLAlignmentKind value)
Sets the value of the '
Alignment' attribute. |
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderlinegetShowListStereotype, getShowListVisibility, isShowListSignature, setShowListSignature, setShowListStereotype, setShowListVisibilitygetFillColor, getGradient, getTransparency, setFillColor, setGradient, setTransparencygetLineColor, getLineWidth, setLineColor, setLineWidthgetRoundedBendpointsRadius, setRoundedBendpointsRadiusisShowParentName, setShowParentNamegetShowParent, setShowParentgetShowStereotype, setShowStereotypegetShowStereotypeAttributeCompartment, setShowStereotypeAttributeCompartmentUMLAlignmentKind getAlignment()
"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...
UMLAlignmentKind,
setAlignment(UMLAlignmentKind),
UmlnotationPackage.getUMLFrameStyle_Alignment()void setAlignment(UMLAlignmentKind value)
Alignment' attribute.
value - the new value of the 'Alignment' attribute.UMLAlignmentKind,
getAlignment()