public abstract class GraphicsAlgorithmImpl extends GraphicsAlgorithmContainerImpl implements GraphicsAlgorithm
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() |
GraphicsAlgorithm |
basicGetParentGraphicsAlgorithm() |
PictogramElement |
basicGetPictogramElement() |
RenderingStyle |
basicGetRenderingStyle() |
Style |
basicGetStyle() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetParentGraphicsAlgorithm(GraphicsAlgorithm newParentGraphicsAlgorithm,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetPictogramElement(PictogramElement newPictogramElement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetRenderingStyle(RenderingStyle newRenderingStyle,
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) |
Color |
getBackground() |
java.lang.Boolean |
getFilled() |
Color |
getForeground() |
org.eclipse.emf.common.util.EList<GraphicsAlgorithm> |
getGraphicsAlgorithmChildren() |
int |
getHeight() |
LineStyle |
getLineStyle() |
java.lang.Boolean |
getLineVisible() |
java.lang.Integer |
getLineWidth() |
GraphicsAlgorithm |
getParentGraphicsAlgorithm() |
PictogramElement |
getPictogramElement() |
RenderingStyle |
getRenderingStyle() |
Style |
getStyle() |
java.lang.Double |
getTransparency() |
int |
getWidth() |
int |
getX() |
int |
getY() |
boolean |
isSetFilled() |
boolean |
isSetLineVisible() |
void |
setBackground(Color newBackground) |
void |
setFilled(java.lang.Boolean newFilled) |
void |
setForeground(Color newForeground) |
void |
setHeight(int newHeight) |
void |
setLineStyle(LineStyle newLineStyle) |
void |
setLineVisible(java.lang.Boolean newLineVisible) |
void |
setLineWidth(java.lang.Integer newLineWidth) |
void |
setParentGraphicsAlgorithm(GraphicsAlgorithm newParentGraphicsAlgorithm) |
void |
setPictogramElement(PictogramElement newPictogramElement) |
void |
setRenderingStyle(RenderingStyle newRenderingStyle) |
void |
setStyle(Style newStyle) |
void |
setTransparency(java.lang.Double newTransparency) |
void |
setWidth(int newWidth) |
void |
setX(int newX) |
void |
setY(int newY) |
java.lang.String |
toString() |
void |
unsetFilled() |
void |
unsetLineVisible() |
getPropertieseAdapters, 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, waitgetPropertieseAllContents, 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 org.eclipse.emf.common.util.EList<GraphicsAlgorithm> getGraphicsAlgorithmChildren()
getGraphicsAlgorithmChildren in interface GraphicsAlgorithmAlgorithmsPackage.getGraphicsAlgorithm_GraphicsAlgorithmChildren(),
GraphicsAlgorithm.getParentGraphicsAlgorithm()public GraphicsAlgorithm getParentGraphicsAlgorithm()
getParentGraphicsAlgorithm in interface GraphicsAlgorithmGraphicsAlgorithm.setParentGraphicsAlgorithm(GraphicsAlgorithm),
AlgorithmsPackage.getGraphicsAlgorithm_ParentGraphicsAlgorithm(),
GraphicsAlgorithm.getGraphicsAlgorithmChildren()public GraphicsAlgorithm basicGetParentGraphicsAlgorithm()
public org.eclipse.emf.common.notify.NotificationChain basicSetParentGraphicsAlgorithm(GraphicsAlgorithm newParentGraphicsAlgorithm, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setParentGraphicsAlgorithm(GraphicsAlgorithm newParentGraphicsAlgorithm)
setParentGraphicsAlgorithm in interface GraphicsAlgorithmnewParentGraphicsAlgorithm - the new value of the 'Parent Graphics Algorithm' container reference.GraphicsAlgorithm.getParentGraphicsAlgorithm()public PictogramElement getPictogramElement()
getPictogramElement in interface GraphicsAlgorithmGraphicsAlgorithm.setPictogramElement(PictogramElement),
AlgorithmsPackage.getGraphicsAlgorithm_PictogramElement(),
PictogramElement.getGraphicsAlgorithm()public PictogramElement basicGetPictogramElement()
public org.eclipse.emf.common.notify.NotificationChain basicSetPictogramElement(PictogramElement newPictogramElement, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setPictogramElement(PictogramElement newPictogramElement)
setPictogramElement in interface GraphicsAlgorithmnewPictogramElement - the new value of the 'Pictogram Element' container reference.GraphicsAlgorithm.getPictogramElement()public int getWidth()
getWidth in interface GraphicsAlgorithmGraphicsAlgorithm.setWidth(int),
AlgorithmsPackage.getGraphicsAlgorithm_Width()public void setWidth(int newWidth)
setWidth in interface GraphicsAlgorithmnewWidth - the new value of the 'Width' attribute.GraphicsAlgorithm.getWidth()public int getHeight()
getHeight in interface GraphicsAlgorithmGraphicsAlgorithm.setHeight(int),
AlgorithmsPackage.getGraphicsAlgorithm_Height()public void setHeight(int newHeight)
setHeight in interface GraphicsAlgorithmnewHeight - the new value of the 'Height' attribute.GraphicsAlgorithm.getHeight()public int getX()
getX in interface GraphicsAlgorithmGraphicsAlgorithm.setX(int),
AlgorithmsPackage.getGraphicsAlgorithm_X()public void setX(int newX)
setX in interface GraphicsAlgorithmnewX - the new value of the 'X' attribute.GraphicsAlgorithm.getX()public int getY()
getY in interface GraphicsAlgorithmGraphicsAlgorithm.setY(int),
AlgorithmsPackage.getGraphicsAlgorithm_Y()public void setY(int newY)
setY in interface GraphicsAlgorithmnewY - the new value of the 'Y' attribute.GraphicsAlgorithm.getY()public Style getStyle()
getStyle in interface GraphicsAlgorithmGraphicsAlgorithm.setStyle(Style),
AlgorithmsPackage.getGraphicsAlgorithm_Style()public Style basicGetStyle()
public void setStyle(Style newStyle)
setStyle in interface GraphicsAlgorithmnewStyle - the new value of the 'Style' reference.GraphicsAlgorithm.getStyle()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 org.eclipse.emf.ecore.impl.BasicEObjectImplpublic 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 PropertyContainerImplpublic 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 PropertyContainerImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class PropertyContainerImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class PropertyContainerImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class PropertyContainerImplpublic 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