Interface VTFontPropertiesStyleProperty

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getColorHEX()
      Returns the value of the 'Color HEX' attribute.
      java.lang.String getFontName()
      Returns the value of the 'Font Name' attribute.
      int getHeight()
      Returns the value of the 'Height' attribute.
      boolean isBold()
      Returns the value of the 'Bold' attribute.
      boolean isItalic()
      Returns the value of the 'Italic' attribute.
      void setBold​(boolean value)
      Sets the value of the ' Bold' attribute.
      void setColorHEX​(java.lang.String value)
      Sets the value of the ' Color HEX' attribute.
      void setFontName​(java.lang.String value)
      Sets the value of the ' Font Name' attribute.
      void setHeight​(int value)
      Sets the value of the ' Height' attribute.
      void setItalic​(boolean value)
      Sets the value of the ' Italic' 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

      • setItalic

        void setItalic​(boolean value)
        Sets the value of the ' Italic' attribute.
        Parameters:
        value - the new value of the 'Italic' attribute.
        See Also:
        isItalic()
      • setBold

        void setBold​(boolean value)
        Sets the value of the ' Bold' attribute.
        Parameters:
        value - the new value of the 'Bold' attribute.
        See Also:
        isBold()
      • setColorHEX

        void setColorHEX​(java.lang.String value)
        Sets the value of the ' Color HEX' attribute.
        Parameters:
        value - the new value of the 'Color HEX' attribute.
        See Also:
        getColorHEX()
      • setHeight

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

        void setFontName​(java.lang.String value)
        Sets the value of the ' Font Name' attribute.
        Parameters:
        value - the new value of the 'Font Name' attribute.
        See Also:
        getFontName()