/** * <copyright> * </copyright> * * $Id$ */ package at.bestsolution.efxclipse.formats.fxg.fxg; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Radial Gradient Stroke</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getX <em>X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getY <em>Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getScaleX <em>Scale X</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getScaleY <em>Scale Y</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getRotation <em>Rotation</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getSpreadMethod <em>Spread Method</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getInterpolationMethod <em>Interpolation Method</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getFocalPointRatio <em>Focal Point Ratio</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getScaleMode <em>Scale Mode</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getCaps <em>Caps</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getJoints <em>Joints</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getMiterLimit <em>Miter Limit</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getWeight <em>Weight</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getPixelHinting <em>Pixel Hinting</em>}</li> * <li>{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getMatrix <em>Matrix</em>}</li> * </ul> * </p> * * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke() * @model * @generated */ public interface RadialGradientStroke extends Stroke, ContainerElement<GradientEntry> { /** * Returns the value of the '<em><b>X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>X</em>' attribute. * @see #setX(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_X() * @model * @generated */ Double getX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getX <em>X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X</em>' attribute. * @see #getX() * @generated */ void setX(Double value); /** * Returns the value of the '<em><b>Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>Y</em>' attribute. * @see #setY(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_Y() * @model * @generated */ Double getY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getY <em>Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y</em>' attribute. * @see #getY() * @generated */ void setY(Double value); /** * Returns the value of the '<em><b>Scale X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale 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>Scale X</em>' attribute. * @see #setScaleX(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_ScaleX() * @model * @generated */ Double getScaleX(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getScaleX <em>Scale X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale X</em>' attribute. * @see #getScaleX() * @generated */ void setScaleX(Double value); /** * Returns the value of the '<em><b>Scale Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale 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>Scale Y</em>' attribute. * @see #setScaleY(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_ScaleY() * @model * @generated */ Double getScaleY(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getScaleY <em>Scale Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Y</em>' attribute. * @see #getScaleY() * @generated */ void setScaleY(Double value); /** * Returns the value of the '<em><b>Rotation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rotation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Rotation</em>' attribute. * @see #setRotation(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_Rotation() * @model dataType="at.bestsolution.efxclipse.formats.fxg.fxg.Angle" * @generated */ Double getRotation(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getRotation <em>Rotation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rotation</em>' attribute. * @see #getRotation() * @generated */ void setRotation(Double value); /** * Returns the value of the '<em><b>Spread Method</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.SpreadMethod}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Spread Method</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Spread Method</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.SpreadMethod * @see #setSpreadMethod(SpreadMethod) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_SpreadMethod() * @model * @generated */ SpreadMethod getSpreadMethod(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getSpreadMethod <em>Spread Method</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Spread Method</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.SpreadMethod * @see #getSpreadMethod() * @generated */ void setSpreadMethod(SpreadMethod value); /** * Returns the value of the '<em><b>Interpolation Method</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.InterpolationMethod}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Interpolation Method</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Interpolation Method</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.InterpolationMethod * @see #setInterpolationMethod(InterpolationMethod) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_InterpolationMethod() * @model * @generated */ InterpolationMethod getInterpolationMethod(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getInterpolationMethod <em>Interpolation Method</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Interpolation Method</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.InterpolationMethod * @see #getInterpolationMethod() * @generated */ void setInterpolationMethod(InterpolationMethod value); /** * Returns the value of the '<em><b>Focal Point Ratio</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Focal Point Ratio</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Focal Point Ratio</em>' attribute. * @see #setFocalPointRatio(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_FocalPointRatio() * @model * @generated */ Double getFocalPointRatio(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getFocalPointRatio <em>Focal Point Ratio</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Focal Point Ratio</em>' attribute. * @see #getFocalPointRatio() * @generated */ void setFocalPointRatio(Double value); /** * Returns the value of the '<em><b>Scale Mode</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.ScaleMode}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scale Mode</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Scale Mode</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.ScaleMode * @see #setScaleMode(ScaleMode) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_ScaleMode() * @model * @generated */ ScaleMode getScaleMode(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getScaleMode <em>Scale Mode</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scale Mode</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.ScaleMode * @see #getScaleMode() * @generated */ void setScaleMode(ScaleMode value); /** * Returns the value of the '<em><b>Caps</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.Cap}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Caps</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Caps</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.Cap * @see #setCaps(Cap) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_Caps() * @model * @generated */ Cap getCaps(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getCaps <em>Caps</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Caps</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.Cap * @see #getCaps() * @generated */ void setCaps(Cap value); /** * Returns the value of the '<em><b>Joints</b></em>' attribute. * The literals are from the enumeration {@link at.bestsolution.efxclipse.formats.fxg.fxg.Joint}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Joints</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Joints</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.Joint * @see #setJoints(Joint) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_Joints() * @model * @generated */ Joint getJoints(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getJoints <em>Joints</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Joints</em>' attribute. * @see at.bestsolution.efxclipse.formats.fxg.fxg.Joint * @see #getJoints() * @generated */ void setJoints(Joint value); /** * Returns the value of the '<em><b>Miter Limit</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Miter Limit</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Miter Limit</em>' attribute. * @see #setMiterLimit(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_MiterLimit() * @model * @generated */ Double getMiterLimit(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getMiterLimit <em>Miter Limit</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Miter Limit</em>' attribute. * @see #getMiterLimit() * @generated */ void setMiterLimit(Double value); /** * Returns the value of the '<em><b>Weight</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Weight</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Weight</em>' attribute. * @see #setWeight(Double) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_Weight() * @model * @generated */ Double getWeight(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getWeight <em>Weight</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Weight</em>' attribute. * @see #getWeight() * @generated */ void setWeight(Double value); /** * Returns the value of the '<em><b>Pixel Hinting</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Pixel Hinting</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Pixel Hinting</em>' attribute. * @see #setPixelHinting(Boolean) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_PixelHinting() * @model * @generated */ Boolean getPixelHinting(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getPixelHinting <em>Pixel Hinting</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Pixel Hinting</em>' attribute. * @see #getPixelHinting() * @generated */ void setPixelHinting(Boolean value); /** * Returns the value of the '<em><b>Matrix</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Matrix</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>Matrix</em>' containment reference. * @see #setMatrix(Matrix) * @see at.bestsolution.efxclipse.formats.fxg.fxg.FxgPackage#getRadialGradientStroke_Matrix() * @model containment="true" * @generated */ Matrix getMatrix(); /** * Sets the value of the '{@link at.bestsolution.efxclipse.formats.fxg.fxg.RadialGradientStroke#getMatrix <em>Matrix</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Matrix</em>' containment reference. * @see #getMatrix() * @generated */ void setMatrix(Matrix value); } // RadialGradientStroke