Interface AbstractLine

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getWidth()
      Returns the value of the 'Width' attribute.
      boolean isGap()
      Returns the value of the 'Gap' attribute.
      void setGap​(boolean value)
      Sets the value of the 'Gap' attribute.
      void setWidth​(int value)
      Sets the value of the 'Width' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setWidth

        void setWidth​(int value)
        Sets the value of the 'Width' attribute.
        Parameters:
        value - the new value of the 'Width' attribute.
        See Also:
        getWidth()
      • setGap

        void setGap​(boolean value)
        Sets the value of the 'Gap' attribute.
        Parameters:
        value - the new value of the 'Gap' attribute.
        See Also:
        isGap()