/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.svg.svg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Text Path Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getClass_ <em>Class</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getStyle <em>Style</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getExternalResourcesRequired <em>External Resources Required</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getStartOffset <em>Start Offset</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getMethod <em>Method</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getSpacing <em>Spacing</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement() * @model * @generated */ public interface SvgTextPathElement extends SvgElement, TextContentElement, TextContentChildElement, ConditionalProcessingAttributes, CoreAttributes, GraphicalEventAttributes, PresentationAttributes, XLinkAttributes, ContentElement<SvgElement> { /** * Returns the value of the '<em><b>Class</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class</em>' attribute. * @see #setClass(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement_Class() * @model * @generated */ String getClass_(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getClass_ <em>Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class</em>' attribute. * @see #getClass_() * @generated */ void setClass(String value); /** * Returns the value of the '<em><b>Style</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Style</em>' attribute. * @see #setStyle(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement_Style() * @model * @generated */ String getStyle(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getStyle <em>Style</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style</em>' attribute. * @see #getStyle() * @generated */ void setStyle(String value); /** * Returns the value of the '<em><b>External Resources Required</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>External Resources Required</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>External Resources Required</em>' attribute. * @see #setExternalResourcesRequired(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement_ExternalResourcesRequired() * @model * @generated */ String getExternalResourcesRequired(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getExternalResourcesRequired <em>External Resources Required</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>External Resources Required</em>' attribute. * @see #getExternalResourcesRequired() * @generated */ void setExternalResourcesRequired(String value); /** * Returns the value of the '<em><b>Start Offset</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Start Offset</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Start Offset</em>' attribute. * @see #setStartOffset(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement_StartOffset() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Length" * @generated */ String getStartOffset(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getStartOffset <em>Start Offset</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Start Offset</em>' attribute. * @see #getStartOffset() * @generated */ void setStartOffset(String value); /** * Returns the value of the '<em><b>Method</b></em>' attribute. * The default value is <code>"Method.align"</code>. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.svg.svg.Method}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Method</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Method</em>' attribute. * @see at.bestsolution.efxclipse.formats.svg.svg.Method * @see #setMethod(Method) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement_Method() * @model default="Method.align" * @generated */ Method getMethod(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getMethod <em>Method</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Method</em>' attribute. * @see at.bestsolution.efxclipse.formats.svg.svg.Method * @see #getMethod() * @generated */ void setMethod(Method value); /** * Returns the value of the '<em><b>Spacing</b></em>' attribute. * The default value is <code>"Spacing.exact"</code>. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.svg.svg.Spacing}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Spacing</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Spacing</em>' attribute. * @see at.bestsolution.efxclipse.formats.svg.svg.Spacing * @see #setSpacing(Spacing) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextPathElement_Spacing() * @model default="Spacing.exact" * @generated */ Spacing getSpacing(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextPathElement#getSpacing <em>Spacing</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Spacing</em>' attribute. * @see at.bestsolution.efxclipse.formats.svg.svg.Spacing * @see #getSpacing() * @generated */ void setSpacing(Spacing value); } // SvgTextPathElement