org.eclipse.gmf.gmfgraph
Interface BasicFont

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Font, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BasicFontImpl

public interface BasicFont
extends Font

A representation of the model object 'Basic Font'.

The following features are supported:

See Also:
GMFGraphPackage.getBasicFont()
Generated
Model Properties:

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

getFaceName

String getFaceName()
Returns the value of the 'Face Name' attribute.

If the meaning of the 'Face Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Face Name' attribute.
See Also:
setFaceName(String), GMFGraphPackage.getBasicFont_FaceName()
Generated
Model Properties:

setFaceName

void setFaceName(String value)
Sets the value of the 'Face Name' attribute.

Parameters:
value - the new value of the 'Face Name' attribute.
See Also:
getFaceName()
Generated

getHeight

int getHeight()
Returns the value of the 'Height' attribute. The default value is "9".

If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Height' attribute.
See Also:
setHeight(int), GMFGraphPackage.getBasicFont_Height()
Generated
Model Properties:
default="9"

setHeight

void setHeight(int value)
Sets the value of the 'Height' attribute.

Parameters:
value - the new value of the 'Height' attribute.
See Also:
getHeight()
Generated

getStyle

FontStyle getStyle()
Returns the value of the 'Style' attribute. The default value is "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...

Returns:
the value of the 'Style' attribute.
See Also:
FontStyle, setStyle(FontStyle), GMFGraphPackage.getBasicFont_Style()
Generated
Model Properties:
default="NORMAL"

setStyle

void setStyle(FontStyle value)
Sets the value of the 'Style' attribute.

Parameters:
value - the new value of the 'Style' attribute.
See Also:
FontStyle, getStyle()
Generated


Copyright © 2012. All Rights Reserved.