/** * <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>Group</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getRotation <em>Rotation</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleX <em>Scale X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleY <em>Scale Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getX <em>X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getY <em>Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getBlendMode <em>Blend Mode</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getAlpha <em>Alpha</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getId <em>Id</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransformX <em>Transform X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransformY <em>Transform Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getMaskType <em>Mask Type</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getVisible <em>Visible</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridLeft <em>Scale Grid Left</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridRight <em>Scale Grid Right</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridTop <em>Scale Grid Top</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridBottom <em>Scale Grid Bottom</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransform <em>Transform</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getFilters <em>Filters</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getMask <em>Mask</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup() * @model * @generated */ public interface Group extends ContainerElement<FXGElement> { /** * Returns the value of the '<em><b>Rotation</b></em>' attribute. * <!-- 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(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_Rotation() * @model * @generated */ String getRotation(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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(String value); /** * Returns the value of the '<em><b>Scale X</b></em>' attribute. * <!-- 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(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_ScaleX() * @model * @generated */ String getScaleX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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(String value); /** * Returns the value of the '<em><b>Scale Y</b></em>' attribute. * <!-- 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(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_ScaleY() * @model * @generated */ String getScaleY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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(String 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.fxg.fxg.FxgPackage#getGroup_X() * @model * @generated */ String getX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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.fxg.fxg.FxgPackage#getGroup_Y() * @model * @generated */ String getY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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>Blend Mode</b></em>' attribute. * The default value is <code>"BlendMode.NOT_SET"</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#getGroup_BlendMode() * @model default="BlendMode.NOT_SET" * @generated */ BlendMode getBlendMode(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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#getGroup_Alpha() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Alpha" * @generated */ Double getAlpha(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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#getGroup_Id() * @model * @generated */ String getId(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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>Transform X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Transform 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>Transform X</em>' attribute. * @see #setTransformX(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_TransformX() * @model * @generated */ String getTransformX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransformX <em>Transform X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Transform X</em>' attribute. * @see #getTransformX() * @generated */ void setTransformX(String value); /** * Returns the value of the '<em><b>Transform Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Transform 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>Transform Y</em>' attribute. * @see #setTransformY(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_TransformY() * @model * @generated */ String getTransformY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getTransformY <em>Transform Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Transform Y</em>' attribute. * @see #getTransformY() * @generated */ void setTransformY(String value); /** * Returns the value of the '<em><b>Mask Type</b></em>' attribute. * <!-- 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 #setMaskType(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_MaskType() * @model * @generated */ String getMaskType(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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 #getMaskType() * @generated */ void setMaskType(String 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(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_Visible() * @model * @generated */ String getVisible(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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(String value); /** * Returns the value of the '<em><b>Scale Grid Left</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale Grid Left</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 Grid Left</em>' attribute. * @see #setScaleGridLeft(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_ScaleGridLeft() * @model * @generated */ String getScaleGridLeft(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridLeft <em>Scale Grid Left</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Grid Left</em>' attribute. * @see #getScaleGridLeft() * @generated */ void setScaleGridLeft(String value); /** * Returns the value of the '<em><b>Scale Grid Right</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale Grid Right</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 Grid Right</em>' attribute. * @see #setScaleGridRight(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_ScaleGridRight() * @model * @generated */ String getScaleGridRight(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridRight <em>Scale Grid Right</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Grid Right</em>' attribute. * @see #getScaleGridRight() * @generated */ void setScaleGridRight(String value); /** * Returns the value of the '<em><b>Scale Grid Top</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale Grid Top</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 Grid Top</em>' attribute. * @see #setScaleGridTop(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_ScaleGridTop() * @model * @generated */ String getScaleGridTop(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridTop <em>Scale Grid Top</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Grid Top</em>' attribute. * @see #getScaleGridTop() * @generated */ void setScaleGridTop(String value); /** * Returns the value of the '<em><b>Scale Grid Bottom</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale Grid Bottom</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 Grid Bottom</em>' attribute. * @see #setScaleGridBottom(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGroup_ScaleGridBottom() * @model * @generated */ String getScaleGridBottom(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#getScaleGridBottom <em>Scale Grid Bottom</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Grid Bottom</em>' attribute. * @see #getScaleGridBottom() * @generated */ void setScaleGridBottom(String 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#getGroup_Transform() * @model containment="true" * @generated */ Transform getTransform(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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#getGroup_Filters() * @model containment="true" * @generated */ EList<Filter> getFilters(); /** * 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#getGroup_Mask() * @model containment="true" * @generated */ Group getMask(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Group#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); } // Group