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, eSetProxyURIeAllContents, 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, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic boolean isUnderline()
isUnderline in interface TextStyleTextStyle.setUnderline(boolean),
StylesPackage.getTextStyle_Underline()public void setUnderline(boolean newUnderline)
setUnderline in interface TextStylenewUnderline - the new value of the 'Underline' attribute.TextStyle.isUnderline()public UnderlineStyle getUnderlineStyle()
getUnderlineStyle in interface TextStyleUnderlineStyle,
TextStyle.setUnderlineStyle(UnderlineStyle),
StylesPackage.getTextStyle_UnderlineStyle()public void setUnderlineStyle(UnderlineStyle newUnderlineStyle)
setUnderlineStyle in interface TextStylenewUnderlineStyle - the new value of the 'Underline Style' attribute.UnderlineStyle,
TextStyle.getUnderlineStyle()public boolean isStrikeout()
isStrikeout in interface TextStyleTextStyle.setStrikeout(boolean),
StylesPackage.getTextStyle_Strikeout()public void setStrikeout(boolean newStrikeout)
setStrikeout in interface TextStylenewStrikeout - the new value of the 'Strikeout' attribute.TextStyle.isStrikeout()public Font getFont()
getFont in interface TextStyleTextStyle.setFont(Font),
StylesPackage.getTextStyle_Font()public Font basicGetFont()
public void setFont(Font newFont)
setFont in interface TextStylenewFont - the new value of the 'Font' reference.TextStyle.getFont()public Color getForeground()
getForeground in interface TextStyleTextStyle.setForeground(Color),
StylesPackage.getTextStyle_Foreground()public Color basicGetForeground()
public void setForeground(Color newForeground)
setForeground in interface TextStylenewForeground - the new value of the 'Foreground' reference.TextStyle.getForeground()public Color getBackground()
getBackground in interface TextStyleTextStyle.setBackground(Color),
StylesPackage.getTextStyle_Background()public Color basicGetBackground()
public void setBackground(Color newBackground)
setBackground in interface TextStylenewBackground - the new value of the 'Background' reference.TextStyle.getBackground()public Color getUnderlineColor()
getUnderlineColor in interface TextStyleTextStyle.setUnderlineColor(Color),
StylesPackage.getTextStyle_UnderlineColor()public Color basicGetUnderlineColor()
public void setUnderlineColor(Color newUnderlineColor)
setUnderlineColor in interface TextStylenewUnderlineColor - the new value of the 'Underline Color' reference.TextStyle.getUnderlineColor()public Color getStrikeoutColor()
getStrikeoutColor in interface TextStyleTextStyle.setStrikeoutColor(Color),
StylesPackage.getTextStyle_StrikeoutColor()public Color basicGetStrikeoutColor()
public void setStrikeoutColor(Color newStrikeoutColor)
setStrikeoutColor in interface TextStylenewStrikeoutColor - 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.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl