/** * <copyright> * </copyright> * */ package at.bestsolution.e4.jfx.xtext.jFXCss; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Effect Drop Shadow</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.e4.jfx.xtext.jFXCss.EffectDropShadow#getSpread <em>Spread</em>}</li> * </ul> * </p> * * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getEffectDropShadow() * @model * @generated */ public interface EffectDropShadow extends Effect { /** * Returns the value of the '<em><b>Spread</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Spread</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>Spread</em>' containment reference. * @see #setSpread(NumberValue) * @see at.bestsolution.e4.jfx.xtext.jFXCss.JFXCssPackage#getEffectDropShadow_Spread() * @model containment="true" * @generated */ NumberValue getSpread(); /** * Sets the value of the '{@link at.bestsolution.e4.jfx.xtext.jFXCss.EffectDropShadow#getSpread <em>Spread</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Spread</em>' containment reference. * @see #getSpread() * @generated */ void setSpread(NumberValue value); } // EffectDropShadow