/** * <copyright> * </copyright> * */ package at.bestsolution.efxclipse.tooling.svgpath.svgPath; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>smooth curveto</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.smooth_curveto#getSmooth_curveto_argument_sequence <em>Smooth curveto argument sequence</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getsmooth_curveto() * @model * @generated */ public interface smooth_curveto extends drawto_command { /** * Returns the value of the '<em><b>Smooth curveto argument sequence</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Smooth curveto argument sequence</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>Smooth curveto argument sequence</em>' containment reference. * @see #setSmooth_curveto_argument_sequence(smooth_curveto_argument_sequence) * @see at.bestsolution.efxclipse.tooling.svgpath.svgPath.SvgPathPackage#getsmooth_curveto_Smooth_curveto_argument_sequence() * @model containment="true" * @generated */ smooth_curveto_argument_sequence getSmooth_curveto_argument_sequence(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.tooling.svgpath.svgPath.smooth_curveto#getSmooth_curveto_argument_sequence <em>Smooth curveto argument sequence</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Smooth curveto argument sequence</em>' containment reference. * @see #getSmooth_curveto_argument_sequence() * @generated */ void setSmooth_curveto_argument_sequence(smooth_curveto_argument_sequence value); } // smooth_curveto