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