/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.svg.svg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Line Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getClass_ <em>Class</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getStyle <em>Style</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getExternalResourcesRequired <em>External Resources Required</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getTransform <em>Transform</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getX1 <em>X1</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getY1 <em>Y1</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getX2 <em>X2</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getY2 <em>Y2</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgLineElement() * @model * @generated */ public interface SvgLineElement extends SvgElement, BasicShapeElement, GraphicsElement, ShapeElement, 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#getSvgLineElement_Class() * @model * @generated */ String getClass_(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#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#getSvgLineElement_Style() * @model * @generated */ String getStyle(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#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#getSvgLineElement_ExternalResourcesRequired() * @model * @generated */ String getExternalResourcesRequired(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#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#getSvgLineElement_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.SvgLineElement#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>X1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>X1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>X1</em>' attribute. * @see #setX1(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgLineElement_X1() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Coordinate" * @generated */ String getX1(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getX1 <em>X1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X1</em>' attribute. * @see #getX1() * @generated */ void setX1(String value); /** * Returns the value of the '<em><b>Y1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Y1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Y1</em>' attribute. * @see #setY1(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgLineElement_Y1() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Coordinate" * @generated */ String getY1(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getY1 <em>Y1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y1</em>' attribute. * @see #getY1() * @generated */ void setY1(String value); /** * Returns the value of the '<em><b>X2</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>X2</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>X2</em>' attribute. * @see #setX2(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgLineElement_X2() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Coordinate" * @generated */ String getX2(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getX2 <em>X2</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X2</em>' attribute. * @see #getX2() * @generated */ void setX2(String value); /** * Returns the value of the '<em><b>Y2</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Y2</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Y2</em>' attribute. * @see #setY2(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgLineElement_Y2() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Coordinate" * @generated */ String getY2(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgLineElement#getY2 <em>Y2</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y2</em>' attribute. * @see #getY2() * @generated */ void setY2(String value); } // SvgLineElement