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
ValueChanged_internalized

Methods

MethodDescription
equals(Object arg0)
getAlignWithLayer()Gets or sets a value indicating whether [align with layer].
getAngle()Gets or sets the angle.
getClass()
getColorModel()Gets or sets the Color Model - RGB/HSB/LAB (3/4/6).
getDither()Gets or sets a value indicating whether this BaseGradientFillSettings is dither.
getExpansionCount()Gets or sets the Expansion count ( = 2 for Photoshop 6.0).
getFillType()The fill type.
getGradientMode()Gets the mode for this gradient.
getGradientName()Gets or sets the name of the gradient.
getGradientType()Gets or sets the type of the gradient.
getHorizontalOffset()Gets or sets the horizontal offset in percentage.
getMaximumColor()Gets or sets the Maximum color of PixelDataFormat.
getMinimumColor()Gets or sets the Minimum color of PixelDataFormat.
getReverse()Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.
getRndNumberSeed()Gets or sets the random number seed used to generate colors for Noise gradient
getRoughness()Gets or sets the Roughness factor.
getScale()Gets or sets the scale.
getShowTransparency()Gets or sets the flag for showing transparency.
getUseVectorColor()Gets or sets the flag for using vector color.
getVerticalOffset()Gets or sets the vertical offset in percentage.
hashCode()
notify()
notifyAll()
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)Gets or sets the Color Model - RGB/HSB/LAB (3/4/6).
setDither(boolean value)Gets or sets a value indicating whether this BaseGradientFillSettings is dither.
setExpansionCount(short value)Gets or sets the Expansion count ( = 2 for Photoshop 6.0).
setGradientMode_internalized(int value)Gets the mode for this gradient.
setGradientName(String value)Gets or sets the name of the gradient.
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)Gets or sets the Maximum color of PixelDataFormat.
setMinimumColor(RawColor value)Gets or sets the Minimum color of PixelDataFormat.
setReverse(boolean value)Gets or sets a value indicating whether this BaseGradientFillSettings is reverse.
setRndNumberSeed(int value)Gets or sets the random number seed used to generate colors for Noise gradient
setRoughness(int value)Gets or sets the Roughness factor.
setScale(int value)Gets or sets the scale.
setShowTransparency(boolean value)Gets or sets the flag for showing transparency.
setUseVectorColor(boolean value)Gets or sets the 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.

ValueChanged_internalized

public final Event<System.EventHandler> ValueChanged_internalized

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()

Gets or sets the 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

getExpansionCount()

public final short getExpansionCount()

Gets or sets the Expansion count ( = 2 for Photoshop 6.0).

Returns: short

getFillType()

public int getFillType()

The fill type.

Returns: int

getGradientMode()

public final int getGradientMode()

Gets the mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1).

Returns: int

getGradientName()

public final String getGradientName()

Gets or sets the name of the gradient.

Value: The name of the gradient.

Returns: java.lang.String

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()

Gets or sets the Maximum color of PixelDataFormat.

Returns: RawColor

getMinimumColor()

public final RawColor getMinimumColor()

Gets or sets the 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()

Gets or sets the random number seed used to generate colors for Noise gradient

Returns: int

getRoughness()

public final int getRoughness()

Gets or sets the Roughness factor.

Returns: int

getScale()

public final int getScale()

Gets or sets the scale.

Returns: int

getShowTransparency()

public final boolean getShowTransparency()

Gets or sets the flag for showing transparency.

Returns: boolean

getUseVectorColor()

public final boolean getUseVectorColor()

Gets or sets the 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()

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)

Gets or sets the 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

setExpansionCount(short value)

public final void setExpansionCount(short value)

Gets or sets the Expansion count ( = 2 for Photoshop 6.0).

Parameters:

ParameterTypeDescription
valueshort

setGradientMode_internalized(int value)

public final void setGradientMode_internalized(int value)

Gets the mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1).

Parameters:

ParameterTypeDescription
valueint

setGradientName(String value)

public final void setGradientName(String value)

Gets or sets the name of the gradient.

Value: The name of the gradient.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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)

Gets or sets the Maximum color of PixelDataFormat.

Parameters:

ParameterTypeDescription
valueRawColor

setMinimumColor(RawColor value)

public final void setMinimumColor(RawColor value)

Gets or sets the 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)

Gets or sets the random number seed used to generate colors for Noise gradient

Parameters:

ParameterTypeDescription
valueint

setRoughness(int value)

public final void setRoughness(int value)

Gets or sets the 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)

Gets or sets the flag for showing transparency.

Parameters:

ParameterTypeDescription
valueboolean

setUseVectorColor(boolean value)

public final void setUseVectorColor(boolean value)

Gets or sets the 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