/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Gradient Bevel Filter</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getAngle <em>Angle</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getBlurX <em>Blur X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getBlurY <em>Blur Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getDistance <em>Distance</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getKnockout <em>Knockout</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getQuality <em>Quality</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getStrength <em>Strength</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getType <em>Type</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter() * @model * @generated */ public interface GradientBevelFilter extends Filter, ContainerElement<GradientEntry> { /** * Returns the value of the '<em><b>Angle</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Angle</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Angle</em>' attribute. * @see #setAngle(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_Angle() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Angle" * @generated */ Double getAngle(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getAngle <em>Angle</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Angle</em>' attribute. * @see #getAngle() * @generated */ void setAngle(Double value); /** * Returns the value of the '<em><b>Blur X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Blur 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>Blur X</em>' attribute. * @see #setBlurX(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_BlurX() * @model * @generated */ Double getBlurX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getBlurX <em>Blur X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Blur X</em>' attribute. * @see #getBlurX() * @generated */ void setBlurX(Double value); /** * Returns the value of the '<em><b>Blur Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Blur 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>Blur Y</em>' attribute. * @see #setBlurY(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_BlurY() * @model * @generated */ Double getBlurY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getBlurY <em>Blur Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Blur Y</em>' attribute. * @see #getBlurY() * @generated */ void setBlurY(Double value); /** * Returns the value of the '<em><b>Distance</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Distance</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Distance</em>' attribute. * @see #setDistance(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_Distance() * @model * @generated */ Double getDistance(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getDistance <em>Distance</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Distance</em>' attribute. * @see #getDistance() * @generated */ void setDistance(Double value); /** * Returns the value of the '<em><b>Knockout</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Knockout</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Knockout</em>' attribute. * @see #setKnockout(Boolean) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_Knockout() * @model * @generated */ Boolean getKnockout(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getKnockout <em>Knockout</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Knockout</em>' attribute. * @see #getKnockout() * @generated */ void setKnockout(Boolean value); /** * Returns the value of the '<em><b>Quality</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Quality</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Quality</em>' attribute. * @see #setQuality(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_Quality() * @model * @generated */ Double getQuality(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getQuality <em>Quality</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Quality</em>' attribute. * @see #getQuality() * @generated */ void setQuality(Double value); /** * Returns the value of the '<em><b>Strength</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Strength</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Strength</em>' attribute. * @see #setStrength(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_Strength() * @model * @generated */ Double getStrength(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getStrength <em>Strength</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Strength</em>' attribute. * @see #getStrength() * @generated */ void setStrength(Double value); /** * Returns the value of the '<em><b>Type</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilterType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>Type</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilterType * @see #setType(BevelFilterType) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getGradientBevelFilter_Type() * @model * @generated */ BevelFilterType getType(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.GradientBevelFilter#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilterType * @see #getType() * @generated */ void setType(BevelFilterType value); } // GradientBevelFilter