/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Graphic</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getScaleGridLeft <em>Scale Grid Left</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getScaleGridRight <em>Scale Grid Right</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getScaleGridTop <em>Scale Grid Top</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getScaleGridBottom <em>Scale Grid Bottom</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getViewWidth <em>View Width</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getViewHeight <em>View Height</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getVersion <em>Version</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getMask <em>Mask</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGraphic() * @model * @generated */ public interface Graphic extends ContainerElement<FXGElement> { /** * 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#getGraphic_ScaleGridLeft() * @model * @generated */ String getScaleGridLeft(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#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#getGraphic_ScaleGridRight() * @model * @generated */ String getScaleGridRight(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#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#getGraphic_ScaleGridTop() * @model * @generated */ String getScaleGridTop(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#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#getGraphic_ScaleGridBottom() * @model * @generated */ String getScaleGridBottom(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#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>View Width</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>View Width</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>View Width</em>' attribute. * @see #setViewWidth(int) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGraphic_ViewWidth() * @model * @generated */ int getViewWidth(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getViewWidth <em>View Width</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>View Width</em>' attribute. * @see #getViewWidth() * @generated */ void setViewWidth(int value); /** * Returns the value of the '<em><b>View Height</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>View Height</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>View Height</em>' attribute. * @see #setViewHeight(int) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGraphic_ViewHeight() * @model * @generated */ int getViewHeight(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getViewHeight <em>View Height</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>View Height</em>' attribute. * @see #getViewHeight() * @generated */ void setViewHeight(int value); /** * Returns the value of the '<em><b>Version</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Version</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Version</em>' attribute. * @see #setVersion(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGraphic_Version() * @model * @generated */ String getVersion(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#getVersion <em>Version</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Version</em>' attribute. * @see #getVersion() * @generated */ void setVersion(String 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#getGraphic_Mask() * @model containment="true" * @generated */ Group getMask(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.Graphic#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); } // Graphic