/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.svg.svg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Text Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getClass_ <em>Class</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getStyle <em>Style</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getExternalResourcesRequired <em>External Resources Required</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getTransform <em>Transform</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getLengthAdjust <em>Length Adjust</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getX <em>X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getY <em>Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getDx <em>Dx</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getDy <em>Dy</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getRotate <em>Rotate</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getTextLength <em>Text Length</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement() * @model * @generated */ public interface SvgTextElement extends SvgElement, GraphicsElement, TextContentElement, ConditionalProcessingAttributes, CoreAttributes, GraphicalEventAttributes, PresentationAttributes, 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#getSvgTextElement_Class() * @model * @generated */ String getClass_(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#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#getSvgTextElement_Style() * @model * @generated */ String getStyle(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#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#getSvgTextElement_ExternalResourcesRequired() * @model * @generated */ String getExternalResourcesRequired(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#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>Transform</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Transform</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Transform</em>' attribute. * @see #setTransform(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_Transform() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Transform" * @generated */ String getTransform(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getTransform <em>Transform</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Transform</em>' attribute. * @see #getTransform() * @generated */ void setTransform(String value); /** * Returns the value of the '<em><b>Length Adjust</b></em>' attribute. * The default value is <code>"LengthAdjust.spacing"</code>. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.svg.svg.LengthAdjust}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Length Adjust</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Length Adjust</em>' attribute. * @see at.bestsolution.efxclipse.formats.svg.svg.LengthAdjust * @see #setLengthAdjust(LengthAdjust) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_LengthAdjust() * @model default="LengthAdjust.spacing" * @generated */ LengthAdjust getLengthAdjust(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getLengthAdjust <em>Length Adjust</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Length Adjust</em>' attribute. * @see at.bestsolution.efxclipse.formats.svg.svg.LengthAdjust * @see #getLengthAdjust() * @generated */ void setLengthAdjust(LengthAdjust value); /** * Returns the value of the '<em><b>X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>X</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>X</em>' attribute. * @see #setX(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_X() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Coordinate" * @generated */ String getX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getX <em>X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X</em>' attribute. * @see #getX() * @generated */ void setX(String value); /** * Returns the value of the '<em><b>Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Y</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Y</em>' attribute. * @see #setY(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_Y() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Coordinate" * @generated */ String getY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getY <em>Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y</em>' attribute. * @see #getY() * @generated */ void setY(String value); /** * Returns the value of the '<em><b>Dx</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dx</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Dx</em>' attribute. * @see #setDx(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_Dx() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.ListOfLengths" * @generated */ String getDx(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getDx <em>Dx</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Dx</em>' attribute. * @see #getDx() * @generated */ void setDx(String value); /** * Returns the value of the '<em><b>Dy</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dy</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Dy</em>' attribute. * @see #setDy(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_Dy() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.ListOfLengths" * @generated */ String getDy(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getDy <em>Dy</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Dy</em>' attribute. * @see #getDy() * @generated */ void setDy(String value); /** * Returns the value of the '<em><b>Rotate</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rotate</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Rotate</em>' attribute. * @see #setRotate(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_Rotate() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.ListOfNumbers" * @generated */ String getRotate(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getRotate <em>Rotate</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rotate</em>' attribute. * @see #getRotate() * @generated */ void setRotate(String value); /** * Returns the value of the '<em><b>Text Length</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Length</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Text Length</em>' attribute. * @see #setTextLength(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgTextElement_TextLength() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Length" * @generated */ String getTextLength(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgTextElement#getTextLength <em>Text Length</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Length</em>' attribute. * @see #getTextLength() * @generated */ void setTextLength(String value); } // SvgTextElement