public interface UMLComponentStyle extends UMLShapeStyle
The UML component style is a style to be installed on views of UMLComponents.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
boolean |
isShowWhiteBox()
Returns the value of the 'Show White Box' attribute.
|
void |
setShowWhiteBox(boolean value)
Sets the value of the '
Show White Box ' 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
boolean isShowWhiteBox()
"false"
.
The property determines whether the shape should show the internal structure of the component or not.
setShowWhiteBox(boolean)
,
UmlnotationPackage.getUMLComponentStyle_ShowWhiteBox()
void setShowWhiteBox(boolean value)
Show White Box
' attribute.
The property determines whether the shape should show the internal structure of the component or not.
value
- the new value of the 'Show White Box' attribute.isShowWhiteBox()