NoiseGradientFillSettings

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.fillsettings.BaseFillSettings, com.aspose.psd.fileformats.psd.layers.fillsettings.BaseGradientFillSettings

public class NoiseGradientFillSettings extends BaseGradientFillSettings

Noise gradient definition class.

Constructors

ConstructorDescription
NoiseGradientFillSettings()Initializes a new instance of the NoiseGradientFillSettings class.

Fields

FieldDescription
editBehaviour_internalizedThe edit behaviour.

Methods

MethodDescription
create_internalized(GdFlResource gdFlResource)
equals(Object arg0)
getAlignWithLayer()Gets or sets a value indicating whether [align with layer].
getAngle()Gets or sets the angle.
getClass()
getColorModel()Color Model - RGB/HSB/LAB (3/4/6).
getDither()Gets or sets a value indicating whether this BaseGradientFillSettings is dither.
getFillType()The fill type.
getGradientMode()Mode for this gradient Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1)
getGradientType()Gets or sets the type of the gradient.
getHorizontalOffset()Gets or sets the horizontal offset in percentage.
getMaximumColor()Maximum color of PixelDataFormat.
getMinimumColor()Minimum color of PixelDataFormat.
getReverse()Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.
getRndNumberSeed()The random number seed used to generate colors for Noise gradient
getRoughness()Roughness factor.
getScale()Gets or sets the scale.
getShowTransparency()Flag for showing transparency.
getUseVectorColor()Flag for using vector color.
getVerticalOffset()Gets or sets the vertical offset in percentage.
hashCode()
notify()
notifyAll()
raiseChanged_internalized()Raises the changed.
raiseValueChanged_internalized()Raises the value changed.
setAlignWithLayer(boolean value)Gets or sets a value indicating whether [align with layer].
setAngle(double value)Gets or sets the angle.
setColorModel(short value)Color Model - RGB/HSB/LAB (3/4/6).
setDither(boolean value)Gets or sets a value indicating whether this BaseGradientFillSettings is dither.
setGradientMode(int value)Mode for this gradient Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1)
setGradientType(int value)Gets or sets the type of the gradient.
setHorizontalOffset(double value)Gets or sets the horizontal offset in percentage.
setMaximumColor(RawColor value)Maximum color of PixelDataFormat.
setMinimumColor(RawColor value)Minimum color of PixelDataFormat.
setReverse(boolean value)Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.
setRndNumberSeed(int value)The random number seed used to generate colors for Noise gradient
setRoughness(int value)Roughness factor.
setScale(int value)Gets or sets the scale.
setShowTransparency(boolean value)Flag for showing transparency.
setUseVectorColor(boolean value)Flag for using vector color.
setVerticalOffset(double value)Gets or sets the vertical offset in percentage.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

NoiseGradientFillSettings()

public NoiseGradientFillSettings()

Initializes a new instance of the NoiseGradientFillSettings class.

editBehaviour_internalized

public final GradientFillSettingsEditBehaviour editBehaviour_internalized

The edit behaviour.

create_internalized(GdFlResource gdFlResource)

public static NoiseGradientFillSettings create_internalized(GdFlResource gdFlResource)

Parameters:

ParameterTypeDescription
gdFlResourceGdFlResource

Returns: NoiseGradientFillSettings

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAlignWithLayer()

public final boolean getAlignWithLayer()

Gets or sets a value indicating whether [align with layer].

Value: true if [align with layer]; otherwise, false .

Returns: boolean

getAngle()

public final double getAngle()

Gets or sets the angle.

Returns: double

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColorModel()

public final short getColorModel()

Color Model - RGB/HSB/LAB (3/4/6).

Returns: short

getDither()

public final boolean getDither()

Gets or sets a value indicating whether this BaseGradientFillSettings is dither.

Value: true if dither; otherwise, false .

Returns: boolean

getFillType()

public int getFillType()

The fill type.

Returns: int

getGradientMode()

public final int getGradientMode()

Mode for this gradient Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1)

Returns: int

getGradientType()

public final int getGradientType()

Gets or sets the type of the gradient.

Value: The type of the gradient.

Returns: int

getHorizontalOffset()

public final double getHorizontalOffset()

Gets or sets the horizontal offset in percentage.

Value: The horizontal offset.

Returns: double

getMaximumColor()

public final RawColor getMaximumColor()

Maximum color of PixelDataFormat.

Returns: RawColor

getMinimumColor()

public final RawColor getMinimumColor()

Minimum color of PixelDataFormat.

Returns: RawColor

getReverse()

public final boolean getReverse()

Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.

Value: true if reverse; otherwise, false .

Returns: boolean

getRndNumberSeed()

public final int getRndNumberSeed()

The random number seed used to generate colors for Noise gradient

Returns: int

getRoughness()

public final int getRoughness()

Roughness factor.

Returns: int

getScale()

public final int getScale()

Gets or sets the scale.

Returns: int

getShowTransparency()

public final boolean getShowTransparency()

Flag for showing transparency.

Returns: boolean

getUseVectorColor()

public final boolean getUseVectorColor()

Flag for using vector color.

Returns: boolean

getVerticalOffset()

public final double getVerticalOffset()

Gets or sets the vertical offset in percentage.

Value: The vertical offset.

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

raiseChanged_internalized()

public void raiseChanged_internalized()

Raises the changed.

raiseValueChanged_internalized()

public final void raiseValueChanged_internalized()

Raises the value changed.

setAlignWithLayer(boolean value)

public final void setAlignWithLayer(boolean value)

Gets or sets a value indicating whether [align with layer].

Value: true if [align with layer]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setAngle(double value)

public final void setAngle(double value)

Gets or sets the angle.

Parameters:

ParameterTypeDescription
valuedouble

setColorModel(short value)

public final void setColorModel(short value)

Color Model - RGB/HSB/LAB (3/4/6).

Parameters:

ParameterTypeDescription
valueshort

setDither(boolean value)

public final void setDither(boolean value)

Gets or sets a value indicating whether this BaseGradientFillSettings is dither.

Value: true if dither; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setGradientMode(int value)

public final void setGradientMode(int value)

Mode for this gradient Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1)

Parameters:

ParameterTypeDescription
valueint

setGradientType(int value)

public final void setGradientType(int value)

Gets or sets the type of the gradient.

Value: The type of the gradient.

Parameters:

ParameterTypeDescription
valueint

setHorizontalOffset(double value)

public final void setHorizontalOffset(double value)

Gets or sets the horizontal offset in percentage.

Value: The horizontal offset.

Parameters:

ParameterTypeDescription
valuedouble

setMaximumColor(RawColor value)

public final void setMaximumColor(RawColor value)

Maximum color of PixelDataFormat.

Parameters:

ParameterTypeDescription
valueRawColor

setMinimumColor(RawColor value)

public final void setMinimumColor(RawColor value)

Minimum color of PixelDataFormat.

Parameters:

ParameterTypeDescription
valueRawColor

setReverse(boolean value)

public final void setReverse(boolean value)

Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.

Value: true if reverse; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setRndNumberSeed(int value)

public final void setRndNumberSeed(int value)

The random number seed used to generate colors for Noise gradient

Parameters:

ParameterTypeDescription
valueint

setRoughness(int value)

public final void setRoughness(int value)

Roughness factor.

Parameters:

ParameterTypeDescription
valueint

setScale(int value)

public final void setScale(int value)

Gets or sets the scale.

Parameters:

ParameterTypeDescription
valueint

setShowTransparency(boolean value)

public final void setShowTransparency(boolean value)

Flag for showing transparency.

Parameters:

ParameterTypeDescription
valueboolean

setUseVectorColor(boolean value)

public final void setUseVectorColor(boolean value)

Flag for using vector color.

Parameters:

ParameterTypeDescription
valueboolean

setVerticalOffset(double value)

public final void setVerticalOffset(double value)

Gets or sets the vertical offset in percentage.

Value: The vertical offset.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int