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, setUnderlinegetShowListStereotype, getShowListVisibility, isShowListSignature, setShowListSignature, setShowListStereotype, setShowListVisibilitygetFillColor, getGradient, getTransparency, setFillColor, setGradient, setTransparencygetLineColor, getLineWidth, setLineColor, setLineWidthgetRoundedBendpointsRadius, setRoundedBendpointsRadiusisShowParentName, setShowParentNamegetShowParent, setShowParentgetShowStereotype, setShowStereotypegetShowStereotypeAttributeCompartment, setShowStereotypeAttributeCompartmentboolean 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()