Interface ThemeSize

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ThemeSizeImpl

    public interface ThemeSize
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Size'.

    The following features are supported:

    See Also:
    ThemePackage.getThemeSize()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getHeigth()
      Returns the value of the 'Heigth' attribute.
      int getWidth()
      Returns the value of the 'Width' attribute.
      void setHeigth​(int value)
      Sets the value of the 'Heigth' 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()
      • setHeigth

        void setHeigth​(int value)
        Sets the value of the 'Heigth' attribute.
        Parameters:
        value - the new value of the 'Heigth' attribute.
        See Also:
        getHeigth()