|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Basic Font'.
The following features are supported:
GMFGraphPackage.getBasicFont()| Method Summary | |
java.lang.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(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public java.lang.String getFaceName()
If the meaning of the 'Face Name' attribute isn't clear, there really should be more of a description here...
BasicFont.setFaceName(String),
GMFGraphPackage.getBasicFont_FaceName()public void setFaceName(java.lang.String value)
Face Name' attribute.
value - the new value of the 'Face Name' attribute.BasicFont.getFaceName()public int getHeight()
"9".
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
BasicFont.setHeight(int),
GMFGraphPackage.getBasicFont_Height()public void setHeight(int value)
Height' attribute.
value - the new value of the 'Height' attribute.BasicFont.getHeight()public 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,
BasicFont.setStyle(FontStyle),
GMFGraphPackage.getBasicFont_Style()public void setStyle(FontStyle value)
Style' attribute.
value - the new value of the 'Style' attribute.FontStyle,
BasicFont.getStyle()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.