org.eclipse.graphiti.mm.algorithms.impl
Class RoundedRectangleImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.graphiti.mm.impl.PropertyContainerImpl
          extended by org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
              extended by org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl
                  extended by org.eclipse.graphiti.mm.algorithms.impl.RoundedRectangleImpl
All Implemented Interfaces:
GraphicsAlgorithm, RoundedRectangle, AbstractStyle, GraphicsAlgorithmContainer, PropertyContainer

public class RoundedRectangleImpl
extends GraphicsAlgorithmImpl
implements RoundedRectangle

An implementation of the model object 'Rounded Rectangle'.

The following features are implemented:


Field Summary
protected static int CORNER_HEIGHT_EDEFAULT
          The default value of the 'Corner Height' attribute.
protected static int CORNER_WIDTH_EDEFAULT
          The default value of the 'Corner Width' attribute.
protected  int cornerHeight
          The cached value of the 'Corner Height' attribute.
protected  int cornerWidth
          The cached value of the 'Corner Width' attribute.
 
Fields inherited from class org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl
background, filled, FILLED_EDEFAULT, filledESet, foreground, graphicsAlgorithmChildren, height, HEIGHT_EDEFAULT, LINE_STYLE_EDEFAULT, LINE_VISIBLE_EDEFAULT, LINE_WIDTH_EDEFAULT, lineStyle, lineVisible, lineVisibleESet, lineWidth, renderingStyle, style, transparency, TRANSPARENCY_EDEFAULT, width, WIDTH_EDEFAULT, x, X_EDEFAULT, y, Y_EDEFAULT
 
Fields inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl
properties
 
Constructor Summary
protected RoundedRectangleImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 int getCornerHeight()
           
 int getCornerWidth()
           
 void setCornerHeight(int newCornerHeight)
           
 void setCornerWidth(int newCornerWidth)
           
 String toString()
           
 
Methods inherited from class org.eclipse.graphiti.mm.algorithms.impl.GraphicsAlgorithmImpl
basicGetBackground, basicGetForeground, basicGetParentGraphicsAlgorithm, basicGetPictogramElement, basicGetRenderingStyle, basicGetStyle, basicSetParentGraphicsAlgorithm, basicSetPictogramElement, basicSetRenderingStyle, eBaseStructuralFeatureID, eBasicRemoveFromContainerFeature, eDerivedStructuralFeatureID, eInverseAdd, eInverseRemove, getBackground, getFilled, getForeground, getGraphicsAlgorithmChildren, getHeight, getLineStyle, getLineVisible, getLineWidth, getParentGraphicsAlgorithm, getPictogramElement, getRenderingStyle, getStyle, getTransparency, getWidth, getX, getY, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setHeight, setLineStyle, setLineVisible, setLineWidth, setParentGraphicsAlgorithm, setPictogramElement, setRenderingStyle, setStyle, setTransparency, setWidth, setX, setY, unsetFilled, unsetLineVisible
 
Methods inherited from class org.eclipse.graphiti.mm.impl.PropertyContainerImpl
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY
 
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
 
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible
 

Field Detail

CORNER_HEIGHT_EDEFAULT

protected static final int CORNER_HEIGHT_EDEFAULT
The default value of the 'Corner Height' attribute.

See Also:
getCornerHeight(), Constant Field Values

cornerHeight

protected int cornerHeight
The cached value of the 'Corner Height' attribute.

See Also:
getCornerHeight()

CORNER_WIDTH_EDEFAULT

protected static final int CORNER_WIDTH_EDEFAULT
The default value of the 'Corner Width' attribute.

See Also:
getCornerWidth(), Constant Field Values

cornerWidth

protected int cornerWidth
The cached value of the 'Corner Width' attribute.

See Also:
getCornerWidth()
Constructor Detail

RoundedRectangleImpl

protected RoundedRectangleImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class GraphicsAlgorithmImpl

getCornerHeight

public int getCornerHeight()

Specified by:
getCornerHeight in interface RoundedRectangle
Returns:
the value of the 'Corner Height' attribute.
See Also:
RoundedRectangle.setCornerHeight(int), AlgorithmsPackage.getRoundedRectangle_CornerHeight()

setCornerHeight

public void setCornerHeight(int newCornerHeight)

Specified by:
setCornerHeight in interface RoundedRectangle
Parameters:
newCornerHeight - the new value of the 'Corner Height' attribute.
See Also:
RoundedRectangle.getCornerHeight()

getCornerWidth

public int getCornerWidth()

Specified by:
getCornerWidth in interface RoundedRectangle
Returns:
the value of the 'Corner Width' attribute.
See Also:
RoundedRectangle.setCornerWidth(int), AlgorithmsPackage.getRoundedRectangle_CornerWidth()

setCornerWidth

public void setCornerWidth(int newCornerWidth)

Specified by:
setCornerWidth in interface RoundedRectangle
Parameters:
newCornerWidth - the new value of the 'Corner Width' attribute.
See Also:
RoundedRectangle.getCornerWidth()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Overrides:
eGet in class GraphicsAlgorithmImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Overrides:
eSet in class GraphicsAlgorithmImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class GraphicsAlgorithmImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class GraphicsAlgorithmImpl

toString

public String toString()

Overrides:
toString in class GraphicsAlgorithmImpl


Copyright (c) SAP AG 2005, 2012.