public abstract class AbstractStyleImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements AbstractStyle
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() |
Color |
basicGetForeground() |
RenderingStyle |
basicGetRenderingStyle() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetRenderingStyle(RenderingStyle newRenderingStyle,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
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) |
Color |
getBackground() |
java.lang.Boolean |
getFilled() |
Color |
getForeground() |
LineStyle |
getLineStyle() |
java.lang.Boolean |
getLineVisible() |
java.lang.Integer |
getLineWidth() |
RenderingStyle |
getRenderingStyle() |
java.lang.Double |
getTransparency() |
boolean |
isSetFilled() |
boolean |
isSetLineVisible() |
void |
setBackground(Color newBackground) |
void |
setFilled(java.lang.Boolean newFilled) |
void |
setForeground(Color newForeground) |
void |
setLineStyle(LineStyle newLineStyle) |
void |
setLineVisible(java.lang.Boolean newLineVisible) |
void |
setLineWidth(java.lang.Integer newLineWidth) |
void |
setRenderingStyle(RenderingStyle newRenderingStyle) |
void |
setTransparency(java.lang.Double newTransparency) |
java.lang.String |
toString() |
void |
unsetFilled() |
void |
unsetLineVisible() |
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, 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 Color getBackground()
getBackground
in interface AbstractStyle
AbstractStyle.setBackground(Color)
,
StylesPackage.getAbstractStyle_Background()
public Color basicGetBackground()
public void setBackground(Color newBackground)
setBackground
in interface AbstractStyle
newBackground
- the new value of the 'Background' reference.AbstractStyle.getBackground()
public Color getForeground()
getForeground
in interface AbstractStyle
AbstractStyle.setForeground(Color)
,
StylesPackage.getAbstractStyle_Foreground()
public Color basicGetForeground()
public void setForeground(Color newForeground)
setForeground
in interface AbstractStyle
newForeground
- the new value of the 'Foreground' reference.AbstractStyle.getForeground()
public java.lang.Integer getLineWidth()
getLineWidth
in interface AbstractStyle
AbstractStyle.setLineWidth(Integer)
,
StylesPackage.getAbstractStyle_LineWidth()
public void setLineWidth(java.lang.Integer newLineWidth)
setLineWidth
in interface AbstractStyle
newLineWidth
- the new value of the 'Line Width' attribute.AbstractStyle.getLineWidth()
public LineStyle getLineStyle()
getLineStyle
in interface AbstractStyle
LineStyle
,
AbstractStyle.setLineStyle(LineStyle)
,
StylesPackage.getAbstractStyle_LineStyle()
public void setLineStyle(LineStyle newLineStyle)
setLineStyle
in interface AbstractStyle
newLineStyle
- the new value of the 'Line Style' attribute.LineStyle
,
AbstractStyle.getLineStyle()
public java.lang.Boolean getFilled()
getFilled
in interface AbstractStyle
AbstractStyle.isSetFilled()
,
AbstractStyle.unsetFilled()
,
AbstractStyle.setFilled(Boolean)
,
StylesPackage.getAbstractStyle_Filled()
public void setFilled(java.lang.Boolean newFilled)
setFilled
in interface AbstractStyle
newFilled
- the new value of the 'Filled' attribute.AbstractStyle.isSetFilled()
,
AbstractStyle.unsetFilled()
,
AbstractStyle.getFilled()
public void unsetFilled()
unsetFilled
in interface AbstractStyle
AbstractStyle.isSetFilled()
,
AbstractStyle.getFilled()
,
AbstractStyle.setFilled(Boolean)
public boolean isSetFilled()
isSetFilled
in interface AbstractStyle
AbstractStyle.unsetFilled()
,
AbstractStyle.getFilled()
,
AbstractStyle.setFilled(Boolean)
public java.lang.Boolean getLineVisible()
getLineVisible
in interface AbstractStyle
AbstractStyle.isSetLineVisible()
,
AbstractStyle.unsetLineVisible()
,
AbstractStyle.setLineVisible(Boolean)
,
StylesPackage.getAbstractStyle_LineVisible()
public void setLineVisible(java.lang.Boolean newLineVisible)
setLineVisible
in interface AbstractStyle
newLineVisible
- the new value of the 'Line Visible' attribute.AbstractStyle.isSetLineVisible()
,
AbstractStyle.unsetLineVisible()
,
AbstractStyle.getLineVisible()
public void unsetLineVisible()
unsetLineVisible
in interface AbstractStyle
AbstractStyle.isSetLineVisible()
,
AbstractStyle.getLineVisible()
,
AbstractStyle.setLineVisible(Boolean)
public boolean isSetLineVisible()
isSetLineVisible
in interface AbstractStyle
AbstractStyle.unsetLineVisible()
,
AbstractStyle.getLineVisible()
,
AbstractStyle.setLineVisible(Boolean)
public RenderingStyle getRenderingStyle()
getRenderingStyle
in interface AbstractStyle
AbstractStyle.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 AbstractStyle
newRenderingStyle
- the new value of the 'Rendering Style' containment reference.AbstractStyle.getRenderingStyle()
public java.lang.Double getTransparency()
getTransparency
in interface AbstractStyle
AbstractStyle.setTransparency(Double)
,
StylesPackage.getAbstractStyle_Transparency()
public void setTransparency(java.lang.Double newTransparency)
setTransparency
in interface AbstractStyle
newTransparency
- the new value of the 'Transparency' attribute.AbstractStyle.getTransparency()
public 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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
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