/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.svg.svg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Fe Specular Lighting Element</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getClass_ <em>Class</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getStyle <em>Style</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getSurfaceScale <em>Surface Scale</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getSpecularConstant <em>Specular Constant</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getSpecularExponent <em>Specular Exponent</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getKernelUnitLength <em>Kernel Unit Length</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement() * @model * @generated */ public interface SvgFeSpecularLightingElement extends SvgElement, CoreAttributes, PresentationAttributes, FilterPrimitiveAttributes, ContentElement<SvgElement> { /** * Returns the value of the '<em><b>Class</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class</em>' attribute. * @see #setClass(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement_Class() * @model * @generated */ String getClass_(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getClass_ <em>Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class</em>' attribute. * @see #getClass_() * @generated */ void setClass(String value); /** * Returns the value of the '<em><b>Style</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Style</em>' attribute. * @see #setStyle(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement_Style() * @model * @generated */ String getStyle(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getStyle <em>Style</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style</em>' attribute. * @see #getStyle() * @generated */ void setStyle(String value); /** * Returns the value of the '<em><b>Surface Scale</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Surface Scale</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Surface Scale</em>' attribute. * @see #setSurfaceScale(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement_SurfaceScale() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getSurfaceScale(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getSurfaceScale <em>Surface Scale</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Surface Scale</em>' attribute. * @see #getSurfaceScale() * @generated */ void setSurfaceScale(Double value); /** * Returns the value of the '<em><b>Specular Constant</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Specular Constant</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Specular Constant</em>' attribute. * @see #setSpecularConstant(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement_SpecularConstant() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getSpecularConstant(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getSpecularConstant <em>Specular Constant</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Specular Constant</em>' attribute. * @see #getSpecularConstant() * @generated */ void setSpecularConstant(Double value); /** * Returns the value of the '<em><b>Specular Exponent</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Specular Exponent</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Specular Exponent</em>' attribute. * @see #setSpecularExponent(Double) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement_SpecularExponent() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.Number" * @generated */ Double getSpecularExponent(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getSpecularExponent <em>Specular Exponent</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Specular Exponent</em>' attribute. * @see #getSpecularExponent() * @generated */ void setSpecularExponent(Double value); /** * Returns the value of the '<em><b>Kernel Unit Length</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Kernel Unit Length</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Kernel Unit Length</em>' attribute. * @see #setKernelUnitLength(String) * @see at.bestsolution.efxclipse.formats.svg.svg.SvgPackage#getSvgFeSpecularLightingElement_KernelUnitLength() * @model dataType="at.bestsolution.efxclipse.formats.svg.svg.NumberOptionalNumber" * @generated */ String getKernelUnitLength(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.svg.svg.SvgFeSpecularLightingElement#getKernelUnitLength <em>Kernel Unit Length</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Kernel Unit Length</em>' attribute. * @see #getKernelUnitLength() * @generated */ void setKernelUnitLength(String value); } // SvgFeSpecularLightingElement