/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Line</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getXFrom <em>XFrom</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getYFrom <em>YFrom</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getXTo <em>XTo</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getYTo <em>YTo</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getX <em>X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getY <em>Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getRotation <em>Rotation</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getScaleX <em>Scale X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getScaleY <em>Scale Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getBlendMode <em>Blend Mode</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getAlpha <em>Alpha</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getId <em>Id</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getMaskType <em>Mask Type</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getVisible <em>Visible</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getTransform <em>Transform</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getFilters <em>Filters</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getFill <em>Fill</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getStroke <em>Stroke</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getMask <em>Mask</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine() * @model * @generated */ public interface Line extends Shape { /** * Returns the value of the '<em><b>XFrom</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>XFrom</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>XFrom</em>' attribute. * @see #setXFrom(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_XFrom() * @model default="0" * @generated */ Double getXFrom(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getXFrom <em>XFrom</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>XFrom</em>' attribute. * @see #getXFrom() * @generated */ void setXFrom(Double value); /** * Returns the value of the '<em><b>YFrom</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>YFrom</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>YFrom</em>' attribute. * @see #setYFrom(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_YFrom() * @model default="0" * @generated */ Double getYFrom(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getYFrom <em>YFrom</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>YFrom</em>' attribute. * @see #getYFrom() * @generated */ void setYFrom(Double value); /** * Returns the value of the '<em><b>XTo</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>XTo</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>XTo</em>' attribute. * @see #setXTo(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_XTo() * @model default="0" * @generated */ Double getXTo(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getXTo <em>XTo</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>XTo</em>' attribute. * @see #getXTo() * @generated */ void setXTo(Double value); /** * Returns the value of the '<em><b>YTo</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>YTo</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>YTo</em>' attribute. * @see #setYTo(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_YTo() * @model default="0" * @generated */ Double getYTo(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getYTo <em>YTo</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>YTo</em>' attribute. * @see #getYTo() * @generated */ void setYTo(Double value); /** * Returns the value of the '<em><b>X</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- 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(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_X() * @model default="0" * @generated */ Double getX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#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(Double value); /** * Returns the value of the '<em><b>Y</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- 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(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Y() * @model default="0" * @generated */ Double getY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#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(Double value); /** * Returns the value of the '<em><b>Rotation</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rotation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Rotation</em>' attribute. * @see #setRotation(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Rotation() * @model default="0" dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Angle" * @generated */ Double getRotation(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getRotation <em>Rotation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rotation</em>' attribute. * @see #getRotation() * @generated */ void setRotation(Double value); /** * Returns the value of the '<em><b>Scale X</b></em>' attribute. * The default value is <code>"1"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale 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>Scale X</em>' attribute. * @see #setScaleX(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_ScaleX() * @model default="1" * @generated */ Double getScaleX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getScaleX <em>Scale X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale X</em>' attribute. * @see #getScaleX() * @generated */ void setScaleX(Double value); /** * Returns the value of the '<em><b>Scale Y</b></em>' attribute. * The default value is <code>"1"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale 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>Scale Y</em>' attribute. * @see #setScaleY(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_ScaleY() * @model default="1" * @generated */ Double getScaleY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getScaleY <em>Scale Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Y</em>' attribute. * @see #getScaleY() * @generated */ void setScaleY(Double value); /** * Returns the value of the '<em><b>Blend Mode</b></em>' attribute. * The default value is <code>"BlendMode.LAYER"</code>. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.BlendMode}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Blend Mode</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Blend Mode</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.BlendMode * @see #setBlendMode(BlendMode) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_BlendMode() * @model default="BlendMode.LAYER" * @generated */ BlendMode getBlendMode(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getBlendMode <em>Blend Mode</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Blend Mode</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.BlendMode * @see #getBlendMode() * @generated */ void setBlendMode(BlendMode value); /** * Returns the value of the '<em><b>Alpha</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Alpha</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Alpha</em>' attribute. * @see #setAlpha(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Alpha() * @model * @generated */ Double getAlpha(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getAlpha <em>Alpha</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Alpha</em>' attribute. * @see #getAlpha() * @generated */ void setAlpha(Double value); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Id() * @model * @generated */ String getId(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Mask Type</b></em>' attribute. * The default value is <code>"MaskType.CLIP"</code>. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.MaskType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mask Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Mask Type</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.MaskType * @see #setMaskType(MaskType) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_MaskType() * @model default="MaskType.CLIP" * @generated */ MaskType getMaskType(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getMaskType <em>Mask Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Mask Type</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.MaskType * @see #getMaskType() * @generated */ void setMaskType(MaskType value); /** * Returns the value of the '<em><b>Visible</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Visible</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Visible</em>' attribute. * @see #setVisible(Boolean) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Visible() * @model * @generated */ Boolean getVisible(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getVisible <em>Visible</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Visible</em>' attribute. * @see #getVisible() * @generated */ void setVisible(Boolean value); /** * Returns the value of the '<em><b>Transform</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Transform</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>Transform</em>' containment reference. * @see #setTransform(Transform) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Transform() * @model containment="true" * @generated */ Transform getTransform(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getTransform <em>Transform</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Transform</em>' containment reference. * @see #getTransform() * @generated */ void setTransform(Transform value); /** * Returns the value of the '<em><b>Filters</b></em>' containment reference list. * The list contents are of type {@link at.bestsolution.efxclipse.formats.fxg.fxg.Filter}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Filters</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Filters</em>' containment reference list. * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Filters() * @model containment="true" * @generated */ EList<Filter> getFilters(); /** * Returns the value of the '<em><b>Fill</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Fill</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>Fill</em>' containment reference. * @see #setFill(Fill) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Fill() * @model containment="true" * @generated */ Fill getFill(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getFill <em>Fill</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Fill</em>' containment reference. * @see #getFill() * @generated */ void setFill(Fill value); /** * Returns the value of the '<em><b>Stroke</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Stroke</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>Stroke</em>' containment reference. * @see #setStroke(Stroke) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Stroke() * @model containment="true" * @generated */ Stroke getStroke(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getStroke <em>Stroke</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Stroke</em>' containment reference. * @see #getStroke() * @generated */ void setStroke(Stroke value); /** * Returns the value of the '<em><b>Mask</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mask</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>Mask</em>' containment reference. * @see #setMask(Group) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getLine_Mask() * @model containment="true" * @generated */ Group getMask(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Line#getMask <em>Mask</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Mask</em>' containment reference. * @see #getMask() * @generated */ void setMask(Group value); } // Line