/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Drop Shadow Filter</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getAlpha <em>Alpha</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getAngle <em>Angle</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getBlurX <em>Blur X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getBlurY <em>Blur Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getColor <em>Color</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getDistance <em>Distance</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getInner <em>Inner</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getHideObject <em>Hide Object</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getKnockout <em>Knockout</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getQuality <em>Quality</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getStrength <em>Strength</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getDropShadowFilter() * @model * @generated */ public interface DropShadowFilter extends Filter { /** * 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#getDropShadowFilter_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.DropShadowFilter#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>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#getDropShadowFilter_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.DropShadowFilter#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#getDropShadowFilter_BlurX() * @model * @generated */ Double getBlurX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#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#getDropShadowFilter_BlurY() * @model * @generated */ Double getBlurY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#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>Color</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Color</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Color</em>' attribute. * @see #setColor(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getDropShadowFilter_Color() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Color" * @generated */ String getColor(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getColor <em>Color</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Color</em>' attribute. * @see #getColor() * @generated */ void setColor(String 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#getDropShadowFilter_Distance() * @model * @generated */ Double getDistance(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#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>Inner</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Inner</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Inner</em>' attribute. * @see #setInner(Boolean) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getDropShadowFilter_Inner() * @model * @generated */ Boolean getInner(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getInner <em>Inner</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Inner</em>' attribute. * @see #getInner() * @generated */ void setInner(Boolean value); /** * Returns the value of the '<em><b>Hide Object</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Hide Object</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Hide Object</em>' attribute. * @see #setHideObject(Boolean) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getDropShadowFilter_HideObject() * @model * @generated */ Boolean getHideObject(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#getHideObject <em>Hide Object</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Hide Object</em>' attribute. * @see #getHideObject() * @generated */ void setHideObject(Boolean 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#getDropShadowFilter_Knockout() * @model * @generated */ Boolean getKnockout(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#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#getDropShadowFilter_Quality() * @model * @generated */ Double getQuality(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#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#getDropShadowFilter_Strength() * @model * @generated */ Double getStrength(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.DropShadowFilter#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); } // DropShadowFilter