Interface MuddleElementStyle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getBorderWidth()
      Returns the value of the 'Border Width' attribute.
      java.lang.String getColor()
      Returns the value of the 'Color' attribute.
      double getHeight()
      Returns the value of the 'Height' attribute.
      int getLabelFontSize()
      Returns the value of the 'Label Font Size' attribute.
      java.lang.String getShape()
      Returns the value of the 'Shape' attribute.
      double getWidth()
      Returns the value of the 'Width' attribute.
      double getX()
      Returns the value of the 'X' attribute.
      double getY()
      Returns the value of the 'Y' attribute.
      void setBorderWidth​(double value)
      Sets the value of the 'Border Width' attribute.
      void setColor​(java.lang.String value)
      Sets the value of the 'Color' attribute.
      void setHeight​(double value)
      Sets the value of the 'Height' attribute.
      void setLabelFontSize​(int value)
      Sets the value of the 'Label Font Size' attribute.
      void setShape​(java.lang.String value)
      Sets the value of the 'Shape' attribute.
      void setWidth​(double value)
      Sets the value of the 'Width' attribute.
      void setX​(double value)
      Sets the value of the 'X' attribute.
      void setY​(double value)
      Sets the value of the 'Y' 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

      • getColor

        java.lang.String getColor()
        Returns the value of the 'Color' attribute.

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

        Returns:
        the value of the 'Color' attribute.
        See Also:
        setColor(String), MuddlePackage.getMuddleElementStyle_Color()
      • setColor

        void setColor​(java.lang.String value)
        Sets the value of the 'Color' attribute.
        Parameters:
        value - the new value of the 'Color' attribute.
        See Also:
        getColor()
      • getShape

        java.lang.String getShape()
        Returns the value of the 'Shape' attribute.

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

        Returns:
        the value of the 'Shape' attribute.
        See Also:
        setShape(String), MuddlePackage.getMuddleElementStyle_Shape()
      • setShape

        void setShape​(java.lang.String value)
        Sets the value of the 'Shape' attribute.
        Parameters:
        value - the new value of the 'Shape' attribute.
        See Also:
        getShape()
      • getWidth

        double getWidth()
        Returns the value of the 'Width' attribute.

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

        Returns:
        the value of the 'Width' attribute.
        See Also:
        setWidth(double), MuddlePackage.getMuddleElementStyle_Width()
      • setWidth

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

        void setHeight​(double value)
        Sets the value of the 'Height' attribute.
        Parameters:
        value - the new value of the 'Height' attribute.
        See Also:
        getHeight()
      • setBorderWidth

        void setBorderWidth​(double value)
        Sets the value of the 'Border Width' attribute.
        Parameters:
        value - the new value of the 'Border Width' attribute.
        See Also:
        getBorderWidth()
      • setLabelFontSize

        void setLabelFontSize​(int value)
        Sets the value of the 'Label Font Size' attribute.
        Parameters:
        value - the new value of the 'Label Font Size' attribute.
        See Also:
        getLabelFontSize()
      • getX

        double getX()
        Returns the value of the 'X' attribute.

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

        Returns:
        the value of the 'X' attribute.
        See Also:
        setX(double), MuddlePackage.getMuddleElementStyle_X()
      • setX

        void setX​(double value)
        Sets the value of the 'X' attribute.
        Parameters:
        value - the new value of the 'X' attribute.
        See Also:
        getX()
      • getY

        double getY()
        Returns the value of the 'Y' attribute.

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

        Returns:
        the value of the 'Y' attribute.
        See Also:
        setY(double), MuddlePackage.getMuddleElementStyle_Y()
      • setY

        void setY​(double value)
        Sets the value of the 'Y' attribute.
        Parameters:
        value - the new value of the 'Y' attribute.
        See Also:
        getY()