NoiseGradient

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.gradient.BaseGradient

public class NoiseGradient extends BaseGradient

Noise gradient definition class.

Constructors

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

Methods

MethodDescription
equals(Object arg0)
getClass()
getColorModel()Gets or sets the Color Model - RGB/HSB/LAB (3/4/6).
getExpansionCount()Gets or sets the Expansion count ( = 2 for Photoshop 6.0).
getGradientMode()Gets the mode for this gradient.
getGradientName()Gets or sets the name of the gradient.
getMaximumColor()Gets or sets the Maximum color of PixelDataFormat.
getMinimumColor()Gets or sets the Minimum color of PixelDataFormat.
getRndNumberSeed()Gets or sets the random number seed used to generate colors for Noise gradient
getRoughness()Gets or sets the Roughness factor.
getShowTransparency()Gets or sets the flag for showing transparency.
getUseVectorColor()Gets or sets the flag for using vector color.
hashCode()
notify()
notifyAll()
setColorModel(short value)Gets or sets the Color Model - RGB/HSB/LAB (3/4/6).
setExpansionCount(short value)Gets or sets the Expansion count ( = 2 for Photoshop 6.0).
setGradientName(String value)Gets or sets the name of the gradient.
setMaximumColor(RawColor value)Gets or sets the Maximum color of PixelDataFormat.
setMinimumColor(RawColor value)Gets or sets the Minimum color of PixelDataFormat.
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.
setShowTransparency(boolean value)Gets or sets the flag for showing transparency.
setUseVectorColor(boolean value)Gets or sets the flag for using vector color.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

NoiseGradient()

public NoiseGradient()

Initializes a new instance of the NoiseGradient class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

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

getExpansionCount()

public final short getExpansionCount()

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

Returns: short

getGradientMode()

public 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

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

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

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColorModel(short value)

public final void setColorModel(short value)

Gets or sets the Color Model - RGB/HSB/LAB (3/4/6).

Parameters:

ParameterTypeDescription
valueshort

setExpansionCount(short value)

public final void setExpansionCount(short value)

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

Parameters:

ParameterTypeDescription
valueshort

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

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

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

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

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