/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>quadratic bezier curveto argument</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.quadratic_bezier_curveto_argument#getC1 <em>C1</em>}</li> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.quadratic_bezier_curveto_argument#getC2 <em>C2</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getquadratic_bezier_curveto_argument() * @model * @generated */ public interface quadratic_bezier_curveto_argument extends EObject { /** * Returns the value of the '<em><b>C1</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>C1</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>C1</em>' containment reference. * @see #setC1(coordinate_pair) * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getquadratic_bezier_curveto_argument_C1() * @model containment="true" * @generated */ coordinate_pair getC1(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.quadratic_bezier_curveto_argument#getC1 <em>C1</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>C1</em>' containment reference. * @see #getC1() * @generated */ void setC1(coordinate_pair value); /** * Returns the value of the '<em><b>C2</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>C2</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>C2</em>' containment reference. * @see #setC2(coordinate_pair) * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getquadratic_bezier_curveto_argument_C2() * @model containment="true" * @generated */ coordinate_pair getC2(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.quadratic_bezier_curveto_argument#getC2 <em>C2</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>C2</em>' containment reference. * @see #getC2() * @generated */ void setC2(coordinate_pair value); } // quadratic_bezier_curveto_argument