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, setUnderline
getShowListStereotype, getShowListVisibility, isShowListSignature, setShowListSignature, setShowListStereotype, setShowListVisibility
getFillColor, getGradient, getTransparency, setFillColor, setGradient, setTransparency
getLineColor, getLineWidth, setLineColor, setLineWidth
getRoundedBendpointsRadius, setRoundedBendpointsRadius
isShowParentName, setShowParentName
getShowParent, setShowParent
getShowStereotype, setShowStereotype
getShowStereotypeAttributeCompartment, setShowStereotypeAttributeCompartment
UMLAlignmentKind 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()