public class TextStyleImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements TextStyle
The following features are implemented:
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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Modifier and Type | Method and Description |
---|---|
Color |
basicGetBackground() |
Font |
basicGetFont() |
Color |
basicGetForeground() |
Color |
basicGetStrikeoutColor() |
Color |
basicGetUnderlineColor() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
Color |
getBackground() |
Font |
getFont() |
Color |
getForeground() |
Color |
getStrikeoutColor() |
Color |
getUnderlineColor() |
UnderlineStyle |
getUnderlineStyle() |
boolean |
isStrikeout() |
boolean |
isUnderline() |
void |
setBackground(Color newBackground) |
void |
setFont(Font newFont) |
void |
setForeground(Color newForeground) |
void |
setStrikeout(boolean newStrikeout) |
void |
setStrikeoutColor(Color newStrikeoutColor) |
void |
setUnderline(boolean newUnderline) |
void |
setUnderlineColor(Color newUnderlineColor) |
void |
setUnderlineStyle(UnderlineStyle newUnderlineStyle) |
java.lang.String |
toString() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public boolean isUnderline()
isUnderline
in interface TextStyle
TextStyle.setUnderline(boolean)
,
StylesPackage.getTextStyle_Underline()
public void setUnderline(boolean newUnderline)
setUnderline
in interface TextStyle
newUnderline
- the new value of the 'Underline' attribute.TextStyle.isUnderline()
public UnderlineStyle getUnderlineStyle()
getUnderlineStyle
in interface TextStyle
UnderlineStyle
,
TextStyle.setUnderlineStyle(UnderlineStyle)
,
StylesPackage.getTextStyle_UnderlineStyle()
public void setUnderlineStyle(UnderlineStyle newUnderlineStyle)
setUnderlineStyle
in interface TextStyle
newUnderlineStyle
- the new value of the 'Underline Style' attribute.UnderlineStyle
,
TextStyle.getUnderlineStyle()
public boolean isStrikeout()
isStrikeout
in interface TextStyle
TextStyle.setStrikeout(boolean)
,
StylesPackage.getTextStyle_Strikeout()
public void setStrikeout(boolean newStrikeout)
setStrikeout
in interface TextStyle
newStrikeout
- the new value of the 'Strikeout' attribute.TextStyle.isStrikeout()
public Font getFont()
getFont
in interface TextStyle
TextStyle.setFont(Font)
,
StylesPackage.getTextStyle_Font()
public Font basicGetFont()
public void setFont(Font newFont)
setFont
in interface TextStyle
newFont
- the new value of the 'Font' reference.TextStyle.getFont()
public Color getForeground()
getForeground
in interface TextStyle
TextStyle.setForeground(Color)
,
StylesPackage.getTextStyle_Foreground()
public Color basicGetForeground()
public void setForeground(Color newForeground)
setForeground
in interface TextStyle
newForeground
- the new value of the 'Foreground' reference.TextStyle.getForeground()
public Color getBackground()
getBackground
in interface TextStyle
TextStyle.setBackground(Color)
,
StylesPackage.getTextStyle_Background()
public Color basicGetBackground()
public void setBackground(Color newBackground)
setBackground
in interface TextStyle
newBackground
- the new value of the 'Background' reference.TextStyle.getBackground()
public Color getUnderlineColor()
getUnderlineColor
in interface TextStyle
TextStyle.setUnderlineColor(Color)
,
StylesPackage.getTextStyle_UnderlineColor()
public Color basicGetUnderlineColor()
public void setUnderlineColor(Color newUnderlineColor)
setUnderlineColor
in interface TextStyle
newUnderlineColor
- the new value of the 'Underline Color' reference.TextStyle.getUnderlineColor()
public Color getStrikeoutColor()
getStrikeoutColor
in interface TextStyle
TextStyle.setStrikeoutColor(Color)
,
StylesPackage.getTextStyle_StrikeoutColor()
public Color basicGetStrikeoutColor()
public void setStrikeoutColor(Color newStrikeoutColor)
setStrikeoutColor
in interface TextStyle
newStrikeoutColor
- the new value of the 'Strikeout Color' reference.TextStyle.getStrikeoutColor()
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