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
Constructor | Description |
---|---|
NoiseGradientFillSettings() | Initializes a new instance of the NoiseGradientFillSettings class. |
Fields
Field | Description |
---|---|
editBehaviour_internalized | The edit behaviour. |
Methods
Method | Description |
---|---|
create_internalized(GdFlResource gdFlResource) | |
create_internalized(GrdmResource grdmResource) | |
equals(Object arg0) | |
getAlignWithLayer() | Gets or sets a value indicating whether [align with layer]. |
getAngle() | Gets or sets the angle. |
getClass() | |
getColor() | Gets or sets the color. |
getColorModel() | Color Model - RGB/HSB/LAB (3/4/6). |
getDither() | Gets or sets a value indicating whether this BaseGradientFillSettings is dither. |
getExpansionCount() | Expansion count ( = 2 for Photoshop 6.0). |
getFillType() | The fill type. |
getGradientMode() | 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() | 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. |
setColor(Color value) | Gets or sets the color. |
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. |
setExpansionCount(short value) | Expansion count ( = 2 for Photoshop 6.0). |
setGradientMode_internalized(int value) | 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) | 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:
Parameter | Type | Description |
---|---|---|
gdFlResource | GdFlResource |
Returns: NoiseGradientFillSettings
create_internalized(GrdmResource grdmResource)
public static NoiseGradientFillSettings create_internalized(GrdmResource grdmResource)
Parameters:
Parameter | Type | Description |
---|---|---|
grdmResource | GrdmResource |
Returns: NoiseGradientFillSettings
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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
getColor()
public final Color getColor()
Gets or sets the color.
Value: The color.
Returns: Color
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
getExpansionCount()
public final short getExpansionCount()
Expansion count ( = 2 for Photoshop 6.0).
Returns: short
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
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()
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setAngle(double value)
public final void setAngle(double value)
Gets or sets the angle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setColor(Color value)
public final void setColor(Color value)
Gets or sets the color.
Value: The color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setColorModel(short value)
public final void setColorModel(short value)
Color Model - RGB/HSB/LAB (3/4/6).
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setExpansionCount(short value)
public final void setExpansionCount(short value)
Expansion count ( = 2 for Photoshop 6.0).
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setGradientMode_internalized(int value)
public final void setGradientMode_internalized(int value)
Mode for this gradient. Determines ‘Gradient Type’ = ‘Solid/Noise’ (0/1).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setGradientName(String value)
public final void setGradientName(String value)
Gets or sets the name of the gradient.
Value: The name of the gradient.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setHorizontalOffset(double value)
public final void setHorizontalOffset(double value)
Gets or sets the horizontal offset in percentage.
Value: The horizontal offset.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setMaximumColor(RawColor value)
public final void setMaximumColor(RawColor value)
Maximum color of PixelDataFormat.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RawColor |
setMinimumColor(RawColor value)
public final void setMinimumColor(RawColor value)
Minimum color of PixelDataFormat.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RawColor |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setRndNumberSeed(int value)
public final void setRndNumberSeed(int value)
The random number seed used to generate colors for Noise gradient
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setRoughness(int value)
public final void setRoughness(int value)
Roughness factor.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setScale(int value)
public final void setScale(int value)
Gets or sets the scale.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setShowTransparency(boolean value)
public final void setShowTransparency(boolean value)
Flag for showing transparency.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setUseVectorColor(boolean value)
public final void setUseVectorColor(boolean value)
Flag for using vector color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setVerticalOffset(double value)
public final void setVerticalOffset(double value)
Gets or sets the vertical offset in percentage.
Value: The vertical offset.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |