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  String name
          The cached value of the 'Name' attribute.
protected static 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
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getName()
           
 int getSize()
           
 boolean isBold()
           
 boolean isItalic()
           
 void setBold(boolean newBold)
           
 void setItalic(boolean newItalic)
           
 void setName(String newName)
           
 void setSize(int newSize)
           
 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 String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected 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 String getName()

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

setName

public void setName(String newName)

Specified by:
setName in interface Font
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Font.getName()

getSize

public int getSize()

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

setSize

public void setSize(int newSize)

Specified by:
setSize in interface Font
Parameters:
newSize - the new value of the 'Size' attribute.
See Also:
Font.getSize()

isItalic

public boolean isItalic()

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

setItalic

public void setItalic(boolean newItalic)

Specified by:
setItalic in interface Font
Parameters:
newItalic - the new value of the 'Italic' attribute.
See Also:
Font.isItalic()

isBold

public boolean isBold()

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

setBold

public void setBold(boolean newBold)

Specified by:
setBold in interface Font
Parameters:
newBold - the new value of the 'Bold' attribute.
See Also:
Font.isBold()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()



Copyright (c) SAP AG 2005, 2010.