public class StyleImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Style
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected boolean |
bold
The cached value of the '
Bold ' attribute. |
protected static boolean |
BOLD_EDEFAULT
The default value of the '
Bold ' attribute. |
protected static java.lang.String |
DISPLAY_NAME_EDEFAULT
The default value of the '
Display Name ' attribute. |
protected java.lang.String |
displayName
The cached value of the '
Display Name ' attribute. |
protected static RGBColor |
FONT_COLOR_EDEFAULT
The default value of the '
Font Color ' attribute. |
protected static java.lang.String |
FONT_NAME_EDEFAULT
The default value of the '
Font Name ' attribute. |
protected static int |
FONT_SIZE_EDEFAULT
The default value of the '
Font Size ' attribute. |
protected RGBColor |
fontColor
The cached value of the '
Font Color ' attribute. |
protected java.lang.String |
fontName
The cached value of the '
Font Name ' attribute. |
protected int |
fontSize
The cached value of the '
Font Size ' 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 java.lang.String |
tag
The cached value of the '
Tag ' attribute. |
protected static java.lang.String |
TAG_EDEFAULT
The default value of the '
Tag ' attribute. |
protected boolean |
underline
The cached value of the '
Underline ' attribute. |
protected static boolean |
UNDERLINE_EDEFAULT
The default value of the '
Underline ' attribute. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
StyleImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getDisplayName() |
RGBColor |
getFontColor() |
java.lang.String |
getFontName() |
int |
getFontSize() |
java.lang.String |
getName() |
java.lang.String |
getTag() |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isUnderline() |
void |
setBold(boolean newBold) |
void |
setDisplayName(java.lang.String newDisplayName) |
void |
setFontColor(RGBColor newFontColor) |
void |
setFontName(java.lang.String newFontName) |
void |
setFontSize(int newFontSize) |
void |
setItalic(boolean newItalic) |
void |
setName(java.lang.String newName) |
void |
setTag(java.lang.String newTag) |
void |
setUnderline(boolean newUnderline) |
java.lang.String |
toString() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final java.lang.String TAG_EDEFAULT
Tag
' attribute.
getTag()
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
,
Constant Field Valuesprotected static final java.lang.String FONT_NAME_EDEFAULT
Font Name
' attribute.
getFontName()
protected java.lang.String fontName
Font Name
' attribute.
getFontName()
protected static final boolean ITALIC_EDEFAULT
Italic
' attribute.
isItalic()
,
Constant Field Valuesprotected boolean italic
Italic
' attribute.
isItalic()
protected static final boolean BOLD_EDEFAULT
Bold
' attribute.
isBold()
,
Constant Field Valuesprotected static final int FONT_SIZE_EDEFAULT
Font Size
' attribute.
getFontSize()
,
Constant Field Valuesprotected int fontSize
Font Size
' attribute.
getFontSize()
protected static final java.lang.String DISPLAY_NAME_EDEFAULT
Display Name
' attribute.
getDisplayName()
,
Constant Field Valuesprotected java.lang.String displayName
Display Name
' attribute.
getDisplayName()
protected static final boolean UNDERLINE_EDEFAULT
Underline
' attribute.
isUnderline()
,
Constant Field Valuesprotected boolean underline
Underline
' attribute.
isUnderline()
protected static final RGBColor FONT_COLOR_EDEFAULT
Font Color
' attribute.
getFontColor()
protected RGBColor fontColor
Font Color
' attribute.
getFontColor()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
public java.lang.String getTag()
getTag
in interface Style
Style.setTag(String)
,
RichtextPackage.getStyle_Tag()
public void setTag(java.lang.String newTag)
setTag
in interface Style
newTag
- the new value of the 'Tag' attribute.Style.getTag()
public java.lang.String getName()
getName
in interface Style
Style.setName(String)
,
RichtextPackage.getStyle_Name()
public void setName(java.lang.String newName)
setName
in interface Style
newName
- the new value of the 'Name' attribute.Style.getName()
public java.lang.String getFontName()
getFontName
in interface Style
Style.setFontName(String)
,
RichtextPackage.getStyle_FontName()
public void setFontName(java.lang.String newFontName)
setFontName
in interface Style
newFontName
- the new value of the 'Font Name' attribute.Style.getFontName()
public boolean isItalic()
isItalic
in interface Style
Style.setItalic(boolean)
,
RichtextPackage.getStyle_Italic()
public void setItalic(boolean newItalic)
setItalic
in interface Style
newItalic
- the new value of the 'Italic' attribute.Style.isItalic()
public boolean isBold()
isBold
in interface Style
Style.setBold(boolean)
,
RichtextPackage.getStyle_Bold()
public void setBold(boolean newBold)
setBold
in interface Style
newBold
- the new value of the 'Bold' attribute.Style.isBold()
public int getFontSize()
getFontSize
in interface Style
Style.setFontSize(int)
,
RichtextPackage.getStyle_FontSize()
public void setFontSize(int newFontSize)
setFontSize
in interface Style
newFontSize
- the new value of the 'Font Size' attribute.Style.getFontSize()
public java.lang.String getDisplayName()
getDisplayName
in interface Style
Style.setDisplayName(String)
,
RichtextPackage.getStyle_DisplayName()
public void setDisplayName(java.lang.String newDisplayName)
setDisplayName
in interface Style
newDisplayName
- the new value of the 'Display Name' attribute.Style.getDisplayName()
public boolean isUnderline()
isUnderline
in interface Style
Style.setUnderline(boolean)
,
RichtextPackage.getStyle_Underline()
public void setUnderline(boolean newUnderline)
setUnderline
in interface Style
newUnderline
- the new value of the 'Underline' attribute.Style.isUnderline()
public RGBColor getFontColor()
getFontColor
in interface Style
Style.setFontColor(RGBColor)
,
RichtextPackage.getStyle_FontColor()
public void setFontColor(RGBColor newFontColor)
setFontColor
in interface Style
newFontColor
- the new value of the 'Font Color' attribute.Style.getFontColor()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl