Interface FontDef

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Font, MutableFont, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
PlatformFont
All Known Implementing Classes:
FontDefImpl, PlatformFontImpl

public interface FontDef extends Font, MutableFont
A representation of the model object 'Font Def'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns the value of the 'Face Name' attribute.
    float
    Returns the value of the 'Height' attribute.
    int
    Returns the value of the 'Scale' attribute.
    int
    float
    boolean
    Returns the value of the 'Bold' attribute.
    boolean
    Returns the value of the 'Italic' attribute.
    boolean
    Returns the value of the 'Strikeout' attribute.
    boolean
    Returns the value of the 'Underline' attribute.
    boolean
    int
    void
    setBold(boolean value)
    Sets the value of the 'Bold' attribute.
    void
    Sets the value of the 'Face Name' attribute.
    void
    setHeight(float value)
    Sets the value of the 'Height' attribute.
    void
    setHeight(int height)
    void
    setItalic(boolean value)
    Sets the value of the 'Italic' attribute.
    void
    setScale(int value)
    Sets the value of the 'Scale' attribute.
    void
    setStrikeout(boolean value)
    Sets the value of the 'Strikeout' attribute.
    void
    setUnderline(boolean value)
    Sets the value of the 'Underline' attribute.
    boolean
    boolean

    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