/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Bitmap Fill</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getX <em>X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getY <em>Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getScaleX <em>Scale X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getScaleY <em>Scale Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getRotation <em>Rotation</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getSource <em>Source</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getFillMode <em>Fill Mode</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getMatrix <em>Matrix</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill() * @model * @generated */ public interface BitmapFill extends Fill { /** * 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(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill_X() * @model * @generated */ Double getX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#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. * <!-- 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#getBitmapFill_Y() * @model * @generated */ Double getY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#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>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(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill_ScaleX() * @model * @generated */ Double getScaleX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#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. * <!-- 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#getBitmapFill_ScaleY() * @model * @generated */ Double getScaleY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#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>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(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill_Rotation() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Angle" * @generated */ Double getRotation(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#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>Source</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Source</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Source</em>' attribute. * @see #setSource(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill_Source() * @model * @generated */ String getSource(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getSource <em>Source</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Source</em>' attribute. * @see #getSource() * @generated */ void setSource(String value); /** * Returns the value of the '<em><b>Fill Mode</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.FillMode}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Fill 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>Fill Mode</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.FillMode * @see #setFillMode(FillMode) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill_FillMode() * @model * @generated */ FillMode getFillMode(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getFillMode <em>Fill Mode</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Fill Mode</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.FillMode * @see #getFillMode() * @generated */ void setFillMode(FillMode value); /** * Returns the value of the '<em><b>Matrix</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Matrix</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>Matrix</em>' containment reference. * @see #setMatrix(Matrix) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBitmapFill_Matrix() * @model containment="true" * @generated */ Matrix getMatrix(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BitmapFill#getMatrix <em>Matrix</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Matrix</em>' containment reference. * @see #getMatrix() * @generated */ void setMatrix(Matrix value); } // BitmapFill