/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Bevel Filter</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getAngle <em>Angle</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getBlurX <em>Blur X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getBlurY <em>Blur Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getHighlightAlpha <em>Highlight Alpha</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getHighlightColor <em>Highlight Color</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getDistance <em>Distance</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getKnockout <em>Knockout</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getQuality <em>Quality</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getShadowAlpha <em>Shadow Alpha</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getShadowColor <em>Shadow Color</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getStrength <em>Strength</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getType <em>Type</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBevelFilter() * @model * @generated */ public interface BevelFilter extends Filter { /** * 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#getBevelFilter_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.BevelFilter#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#getBevelFilter_BlurX() * @model * @generated */ Double getBlurX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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#getBevelFilter_BlurY() * @model * @generated */ Double getBlurY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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>Highlight Alpha</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Highlight 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>Highlight Alpha</em>' attribute. * @see #setHighlightAlpha(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBevelFilter_HighlightAlpha() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Alpha" * @generated */ Double getHighlightAlpha(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getHighlightAlpha <em>Highlight Alpha</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Highlight Alpha</em>' attribute. * @see #getHighlightAlpha() * @generated */ void setHighlightAlpha(Double value); /** * Returns the value of the '<em><b>Highlight Color</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Highlight 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>Highlight Color</em>' attribute. * @see #setHighlightColor(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBevelFilter_HighlightColor() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Color" * @generated */ String getHighlightColor(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getHighlightColor <em>Highlight Color</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Highlight Color</em>' attribute. * @see #getHighlightColor() * @generated */ void setHighlightColor(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#getBevelFilter_Distance() * @model * @generated */ Double getDistance(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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#getBevelFilter_Knockout() * @model * @generated */ Boolean getKnockout(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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#getBevelFilter_Quality() * @model * @generated */ Double getQuality(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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>Shadow Alpha</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Shadow 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>Shadow Alpha</em>' attribute. * @see #setShadowAlpha(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBevelFilter_ShadowAlpha() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Alpha" * @generated */ Double getShadowAlpha(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getShadowAlpha <em>Shadow Alpha</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Shadow Alpha</em>' attribute. * @see #getShadowAlpha() * @generated */ void setShadowAlpha(Double value); /** * Returns the value of the '<em><b>Shadow Color</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Shadow 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>Shadow Color</em>' attribute. * @see #setShadowColor(String) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getBevelFilter_ShadowColor() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Color" * @generated */ String getShadowColor(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#getShadowColor <em>Shadow Color</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Shadow Color</em>' attribute. * @see #getShadowColor() * @generated */ void setShadowColor(String 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#getBevelFilter_Strength() * @model * @generated */ Double getStrength(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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#getBevelFilter_Type() * @model * @generated */ BevelFilterType getType(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.BevelFilter#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); } // BevelFilter