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()

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()

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()

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()

setHeight

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

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

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()

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()


Copyright © 2011. All Rights Reserved.