org.eclipse.graphiti.mm.algorithms.styles.impl
Class FontImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.algorithms.styles.impl.FontImpl
All Implemented Interfaces:
Font

public class FontImpl
extends EObjectImpl
implements Font

An implementation of the model object 'Font'.

The following features are implemented:


Field Summary
protected  boolean bold
          The cached value of the 'Bold' attribute.
protected static boolean BOLD_EDEFAULT
          The default value of the 'Bold' attribute.
protected  boolean italic
          The cached value of the 'Italic' attribute.
protected static boolean ITALIC_EDEFAULT
          The default value of the 'Italic' attribute.
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
protected  int size
          The cached value of the 'Size' attribute.
protected static int SIZE_EDEFAULT
          The default value of the 'Size' attribute.
 
Constructor Summary
protected FontImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getName()
           
 int getSize()
           
 boolean isBold()
           
 boolean isItalic()
           
 void setBold(boolean newBold)
           
 void setItalic(boolean newItalic)
           
 void setName(java.lang.String newName)
           
 void setSize(int newSize)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected java.lang.String name
The cached value of the 'Name' attribute.

See Also:
getName()

SIZE_EDEFAULT

protected static final int SIZE_EDEFAULT
The default value of the 'Size' attribute.

See Also:
getSize(), Constant Field Values

size

protected int size
The cached value of the 'Size' attribute.

See Also:
getSize()

ITALIC_EDEFAULT

protected static final boolean ITALIC_EDEFAULT
The default value of the 'Italic' attribute.

See Also:
isItalic(), Constant Field Values

italic

protected boolean italic
The cached value of the 'Italic' attribute.

See Also:
isItalic()

BOLD_EDEFAULT

protected static final boolean BOLD_EDEFAULT
The default value of the 'Bold' attribute.

See Also:
isBold(), Constant Field Values

bold

protected boolean bold
The cached value of the 'Bold' attribute.

See Also:
isBold()
Constructor Detail

FontImpl

protected FontImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public java.lang.String getName()

Specified by:
getName in interface Font
Returns:
the value of the 'Name' attribute.
See Also:
StylesPackage.getFont_Name()

setName

public void setName(java.lang.String newName)


getSize

public int getSize()

Specified by:
getSize in interface Font
Returns:
the value of the 'Size' attribute.
See Also:
StylesPackage.getFont_Size()

setSize

public void setSize(int newSize)


isItalic

public boolean isItalic()

Specified by:
isItalic in interface Font
Returns:
the value of the 'Italic' attribute.
See Also:
StylesPackage.getFont_Italic()

setItalic

public void setItalic(boolean newItalic)


isBold

public boolean isBold()

Specified by:
isBold in interface Font
Returns:
the value of the 'Bold' attribute.
See Also:
StylesPackage.getFont_Bold()

setBold

public void setBold(boolean newBold)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()



Copyright (c) SAP AG 2005, 2012.