Interface AbstractText

    • Method Detail

      • getFont

        Font getFont()
        Returns the value of the 'Font' reference.

        If the meaning of the 'Font' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Font' reference.
        See Also:
        setFont(Font), AlgorithmsPackage.getAbstractText_Font()
      • setFont

        void setFont​(Font value)
        Sets the value of the 'Font' reference.
        Parameters:
        value - the new value of the 'Font' reference.
        See Also:
        getFont()
      • getAngle

        java.lang.Integer getAngle()
        Deprecated.
        This attribute exists because of compatibility (after removing old diagrams would not be readable any more). It is replaced by the new attribute rotation.
        Returns the value of the 'Angle' attribute. The default value is "0".

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

        Returns:
        the value of the 'Angle' attribute.
        See Also:
        getRotation(), setAngle(Integer), AlgorithmsPackage.getAbstractText_Angle()
      • setAngle

        void setAngle​(java.lang.Integer value)
        Deprecated.
        This attribute exists because of compatibility (after removing old diagrams would not be readable any more). It is replaced by the new attribute rotation.
        Sets the value of the 'Angle' attribute.
        Parameters:
        value - the new value of the 'Angle' attribute.
        See Also:
        setRotation(Double), getAngle()
      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute.

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

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), AlgorithmsPackage.getAbstractText_Value()
      • setValue

        void setValue​(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getStyleRegions

        org.eclipse.emf.common.util.EList<TextStyleRegion> getStyleRegions()
        Returns the value of the 'Style Regions' containment reference list. The list contents are of type TextStyleRegion.

        If the meaning of the 'Style Regions' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Style Regions' containment reference list.
        Since:
        0.10
        See Also:
        AlgorithmsPackage.getAbstractText_StyleRegions()
      • getRotation

        java.lang.Double getRotation()
        Returns the value of the 'Rotation' attribute. The default value is "0".

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

        Returns:
        the value of the 'Rotation' attribute.
        Since:
        0.11
        See Also:
        setRotation(Double), AlgorithmsPackage.getAbstractText_Rotation()
      • setRotation

        void setRotation​(java.lang.Double value)
        Sets the value of the 'Rotation' attribute.
        Parameters:
        value - the new value of the 'Rotation' attribute.
        Since:
        0.11
        See Also:
        getRotation()