Interface RoundedRectangle

All Superinterfaces:
AbstractStyle, org.eclipse.emf.ecore.EObject, GraphicsAlgorithm, GraphicsAlgorithmContainer, org.eclipse.emf.common.notify.Notifier, PropertyContainer
All Known Implementing Classes:
RoundedRectangleImpl

public interface RoundedRectangle extends GraphicsAlgorithm
A representation of the model object 'Rounded Rectangle'.

The following features are supported:

See Also:
  • Method Details

    • getCornerHeight

      int getCornerHeight()
      Returns the value of the 'Corner Height' attribute.

      If the meaning of the 'Corner Height' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Corner Height' attribute.
      See Also:
    • setCornerHeight

      void setCornerHeight(int value)
      Sets the value of the 'Corner Height' attribute.
      Parameters:
      value - the new value of the 'Corner Height' attribute.
      See Also:
    • getCornerWidth

      int getCornerWidth()
      Returns the value of the 'Corner Width' attribute.

      If the meaning of the 'Corner Width' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Corner Width' attribute.
      See Also:
    • setCornerWidth

      void setCornerWidth(int value)
      Sets the value of the 'Corner Width' attribute.
      Parameters:
      value - the new value of the 'Corner Width' attribute.
      See Also: