public class StyleImpl extends StyleContainerImpl implements Style
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() |
RenderingStyle |
basicGetRenderingStyle() |
StyleContainer |
basicGetStyleContainer() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetRenderingStyle(RenderingStyle newRenderingStyle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetStyleContainer(StyleContainer newStyleContainer,
org.eclipse.emf.common.notify.NotificationChain msgs) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
org.eclipse.emf.common.notify.NotificationChain |
eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
java.lang.Integer |
getAngle() |
Color |
getBackground() |
java.lang.String |
getDescription() |
java.lang.Boolean |
getFilled() |
Font |
getFont() |
Color |
getForeground() |
Orientation |
getHorizontalAlignment() |
java.lang.String |
getId() |
LineStyle |
getLineStyle() |
java.lang.Boolean |
getLineVisible() |
java.lang.Integer |
getLineWidth() |
java.lang.Boolean |
getProportional() |
RenderingStyle |
getRenderingStyle() |
java.lang.Double |
getRotation() |
java.lang.Boolean |
getStretchH() |
java.lang.Boolean |
getStretchV() |
StyleContainer |
getStyleContainer() |
java.lang.Double |
getTransparency() |
Orientation |
getVerticalAlignment() |
boolean |
isSetFilled() |
boolean |
isSetLineVisible() |
void |
setAngle(java.lang.Integer newAngle) |
void |
setBackground(Color newBackground) |
void |
setDescription(java.lang.String newDescription) |
void |
setFilled(java.lang.Boolean newFilled) |
void |
setFont(Font newFont) |
void |
setForeground(Color newForeground) |
void |
setHorizontalAlignment(Orientation newHorizontalAlignment) |
void |
setId(java.lang.String newId) |
void |
setLineStyle(LineStyle newLineStyle) |
void |
setLineVisible(java.lang.Boolean newLineVisible) |
void |
setLineWidth(java.lang.Integer newLineWidth) |
void |
setProportional(java.lang.Boolean newProportional) |
void |
setRenderingStyle(RenderingStyle newRenderingStyle) |
void |
setRotation(java.lang.Double newRotation) |
void |
setStretchH(java.lang.Boolean newStretchH) |
void |
setStretchV(java.lang.Boolean newStretchV) |
void |
setStyleContainer(StyleContainer newStyleContainer) |
void |
setTransparency(java.lang.Double newTransparency) |
void |
setVerticalAlignment(Orientation newVerticalAlignment) |
java.lang.String |
toString() |
void |
unsetFilled() |
void |
unsetLineVisible() |
getStyleseAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, 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, waitgetStyleseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic Color getBackground()
getBackground in interface AbstractStyleAbstractStyle.setBackground(Color),
StylesPackage.getAbstractStyle_Background()public Color basicGetBackground()
public void setBackground(Color newBackground)
setBackground in interface AbstractStylenewBackground - the new value of the 'Background' reference.AbstractStyle.getBackground()public Color getForeground()
getForeground in interface AbstractStyleAbstractStyle.setForeground(Color),
StylesPackage.getAbstractStyle_Foreground()public Color basicGetForeground()
public void setForeground(Color newForeground)
setForeground in interface AbstractStylenewForeground - the new value of the 'Foreground' reference.AbstractStyle.getForeground()public java.lang.Integer getLineWidth()
getLineWidth in interface AbstractStyleAbstractStyle.setLineWidth(Integer),
StylesPackage.getAbstractStyle_LineWidth()public void setLineWidth(java.lang.Integer newLineWidth)
setLineWidth in interface AbstractStylenewLineWidth - the new value of the 'Line Width' attribute.AbstractStyle.getLineWidth()public LineStyle getLineStyle()
getLineStyle in interface AbstractStyleLineStyle,
AbstractStyle.setLineStyle(LineStyle),
StylesPackage.getAbstractStyle_LineStyle()public void setLineStyle(LineStyle newLineStyle)
setLineStyle in interface AbstractStylenewLineStyle - the new value of the 'Line Style' attribute.LineStyle,
AbstractStyle.getLineStyle()public java.lang.Boolean getFilled()
getFilled in interface AbstractStyleAbstractStyle.isSetFilled(),
AbstractStyle.unsetFilled(),
AbstractStyle.setFilled(Boolean),
StylesPackage.getAbstractStyle_Filled()public void setFilled(java.lang.Boolean newFilled)
setFilled in interface AbstractStylenewFilled - the new value of the 'Filled' attribute.AbstractStyle.isSetFilled(),
AbstractStyle.unsetFilled(),
AbstractStyle.getFilled()public void unsetFilled()
unsetFilled in interface AbstractStyleAbstractStyle.isSetFilled(),
AbstractStyle.getFilled(),
AbstractStyle.setFilled(Boolean)public boolean isSetFilled()
isSetFilled in interface AbstractStyleAbstractStyle.unsetFilled(),
AbstractStyle.getFilled(),
AbstractStyle.setFilled(Boolean)public java.lang.Boolean getLineVisible()
getLineVisible in interface AbstractStyleAbstractStyle.isSetLineVisible(),
AbstractStyle.unsetLineVisible(),
AbstractStyle.setLineVisible(Boolean),
StylesPackage.getAbstractStyle_LineVisible()public void setLineVisible(java.lang.Boolean newLineVisible)
setLineVisible in interface AbstractStylenewLineVisible - the new value of the 'Line Visible' attribute.AbstractStyle.isSetLineVisible(),
AbstractStyle.unsetLineVisible(),
AbstractStyle.getLineVisible()public void unsetLineVisible()
unsetLineVisible in interface AbstractStyleAbstractStyle.isSetLineVisible(),
AbstractStyle.getLineVisible(),
AbstractStyle.setLineVisible(Boolean)public boolean isSetLineVisible()
isSetLineVisible in interface AbstractStyleAbstractStyle.unsetLineVisible(),
AbstractStyle.getLineVisible(),
AbstractStyle.setLineVisible(Boolean)public RenderingStyle getRenderingStyle()
getRenderingStyle in interface AbstractStyleAbstractStyle.setRenderingStyle(RenderingStyle),
StylesPackage.getAbstractStyle_RenderingStyle()public RenderingStyle basicGetRenderingStyle()
public org.eclipse.emf.common.notify.NotificationChain basicSetRenderingStyle(RenderingStyle newRenderingStyle, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setRenderingStyle(RenderingStyle newRenderingStyle)
setRenderingStyle in interface AbstractStylenewRenderingStyle - the new value of the 'Rendering Style' containment reference.AbstractStyle.getRenderingStyle()public java.lang.Double getTransparency()
getTransparency in interface AbstractStyleAbstractStyle.setTransparency(Double),
StylesPackage.getAbstractStyle_Transparency()public void setTransparency(java.lang.Double newTransparency)
setTransparency in interface AbstractStylenewTransparency - the new value of the 'Transparency' attribute.AbstractStyle.getTransparency()public java.lang.String getId()
getId in interface StyleStyle.setId(String),
StylesPackage.getStyle_Id()public void setId(java.lang.String newId)
setId in interface StylenewId - the new value of the 'Id' attribute.Style.getId()public java.lang.String getDescription()
getDescription in interface StyleStyle.setDescription(String),
StylesPackage.getStyle_Description()public void setDescription(java.lang.String newDescription)
setDescription in interface StylenewDescription - the new value of the 'Description' attribute.Style.getDescription()public Font getFont()
getFont in interface StyleStyle.setFont(Font),
StylesPackage.getStyle_Font()public Font basicGetFont()
public void setFont(Font newFont)
setFont in interface StylenewFont - the new value of the 'Font' reference.Style.getFont()public Orientation getHorizontalAlignment()
getHorizontalAlignment in interface StyleOrientation,
Style.setHorizontalAlignment(Orientation),
StylesPackage.getStyle_HorizontalAlignment()public void setHorizontalAlignment(Orientation newHorizontalAlignment)
setHorizontalAlignment in interface StylenewHorizontalAlignment - the new value of the 'Horizontal Alignment' attribute.Orientation,
Style.getHorizontalAlignment()public Orientation getVerticalAlignment()
getVerticalAlignment in interface StyleOrientation,
Style.setVerticalAlignment(Orientation),
StylesPackage.getStyle_VerticalAlignment()public void setVerticalAlignment(Orientation newVerticalAlignment)
setVerticalAlignment in interface StylenewVerticalAlignment - the new value of the 'Vertical Alignment' attribute.Orientation,
Style.getVerticalAlignment()public java.lang.Integer getAngle()
getAngle in interface StyleStyle.setAngle(Integer),
StylesPackage.getStyle_Angle()public void setAngle(java.lang.Integer newAngle)
setAngle in interface StylenewAngle - the new value of the 'Angle' attribute.Style.getAngle()public java.lang.Boolean getStretchH()
getStretchH in interface StyleStyle.setStretchH(Boolean),
StylesPackage.getStyle_StretchH()public void setStretchH(java.lang.Boolean newStretchH)
setStretchH in interface StylenewStretchH - the new value of the 'Stretch H' attribute.Style.getStretchH()public java.lang.Boolean getStretchV()
getStretchV in interface StyleStyle.setStretchV(Boolean),
StylesPackage.getStyle_StretchV()public void setStretchV(java.lang.Boolean newStretchV)
setStretchV in interface StylenewStretchV - the new value of the 'Stretch V' attribute.Style.getStretchV()public java.lang.Boolean getProportional()
getProportional in interface StyleStyle.setProportional(Boolean),
StylesPackage.getStyle_Proportional()public void setProportional(java.lang.Boolean newProportional)
setProportional in interface StylenewProportional - the new value of the 'Proportional' attribute.Style.getProportional()public StyleContainer getStyleContainer()
getStyleContainer in interface StyleStyle.setStyleContainer(StyleContainer),
StylesPackage.getStyle_StyleContainer(),
StyleContainer.getStyles()public StyleContainer basicGetStyleContainer()
public org.eclipse.emf.common.notify.NotificationChain basicSetStyleContainer(StyleContainer newStyleContainer, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setStyleContainer(StyleContainer newStyleContainer)
setStyleContainer in interface StylenewStyleContainer - the new value of the 'Style Container' container reference.Style.getStyleContainer()public java.lang.Double getRotation()
getRotation in interface StyleStyle.setRotation(Double),
StylesPackage.getStyle_Rotation()public void setRotation(java.lang.Double newRotation)
setRotation in interface StylenewRotation - the new value of the 'Rotation' attribute.Style.getRotation()public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class StyleContainerImplpublic org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class StyleContainerImplpublic org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class StyleContainerImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class StyleContainerImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class StyleContainerImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class StyleContainerImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObjecteDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl