com.ibm.xtools.umlnotation
Interface UMLClassifierStyle
- All Superinterfaces:
- EObject, FillStyle, FontStyle, LineStyle, Notifier, Style, UMLListStyle, UMLNameStyle, UMLShapeStyle, UMLStereotypeStyle
- public interface UMLClassifierStyle
- extends UMLShapeStyle
A representation of the model object 'UML Classifier Style'.
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:
- See Also:
UmlnotationPackage.getUMLClassifierStyle()
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface com.ibm.xtools.notation.FontStyle |
getFontColor, getFontHeight, getFontName, isBold, isItalic, isStrikeThrough, isUnderline, setBold, setFontColor, setFontHeight, setFontName, setItalic, setStrikeThrough, setUnderline |
isUseClassifierShape
public boolean isUseClassifierShape()
- Returns the value of the 'Use Classifier Shape' attribute.
The default value is
"false"
.
- Returns:
- the value of the 'Use Classifier Shape' attribute.
- See Also:
setUseClassifierShape(boolean)
,
UmlnotationPackage.getUMLClassifierStyle_UseClassifierShape()
setUseClassifierShape
public void setUseClassifierShape(boolean value)
- Sets the value of the '
Use Classifier Shape
' attribute.
- Parameters:
value
- the new value of the 'Use Classifier Shape' attribute.- See Also:
isUseClassifierShape()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.