|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicFont
A representation of the model object 'Basic Font'.
The following features are supported:
GMFGraphPackage.getBasicFont()
Method Summary | |
---|---|
String |
getFaceName()
Returns the value of the 'Face Name' attribute. |
int |
getHeight()
Returns the value of the 'Height' attribute. |
FontStyle |
getStyle()
Returns the value of the 'Style' attribute. |
void |
setFaceName(String value)
Sets the value of the ' Face Name ' attribute. |
void |
setHeight(int value)
Sets the value of the ' Height ' attribute. |
void |
setStyle(FontStyle value)
Sets the value of the ' Style ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getFaceName()
If the meaning of the 'Face Name' attribute isn't clear, there really should be more of a description here...
setFaceName(String)
,
GMFGraphPackage.getBasicFont_FaceName()
void setFaceName(String value)
Face Name
' attribute.
value
- the new value of the 'Face Name' attribute.getFaceName()
int getHeight()
"9"
.
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int)
,
GMFGraphPackage.getBasicFont_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
FontStyle getStyle()
"NORMAL"
.
The literals are from the enumeration FontStyle
.
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
FontStyle
,
setStyle(FontStyle)
,
GMFGraphPackage.getBasicFont_Style()
void setStyle(FontStyle value)
Style
' attribute.
value
- the new value of the 'Style' attribute.FontStyle
,
getStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |