public interface UMLClassifierStyle extends UMLShapeStyle
The UML classifier style is a style to be installed on views of UMLClassifiers that has two possible graphical representation (like Actor): classifier-like and their own.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
boolean |
isUseClassifierShape()
Returns the value of the 'Use Classifier Shape' attribute.
|
void |
setUseClassifierShape(boolean value)
Sets the value of the '
Use Classifier Shape ' 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 isUseClassifierShape()
"false"
.
setUseClassifierShape(boolean)
,
UmlnotationPackage.getUMLClassifierStyle_UseClassifierShape()
void setUseClassifierShape(boolean value)
Use Classifier Shape
' attribute.
value
- the new value of the 'Use Classifier Shape' attribute.isUseClassifierShape()