GradientFillSettings
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.fillsettings.BaseFillSettings
All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.fillsettings.IGradientFillSettings
public class GradientFillSettings extends BaseFillSettings implements IGradientFillSettings
Gradient fill effect settings.
Constructors
| Constructor | Description |
|---|---|
| GradientFillSettings() | Initializes a new instance of the GradientFillSettings class. |
Fields
| Field | Description |
|---|---|
| ValueChanged_internalized |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getAlignWithLayer() | Gets or sets a value indicating whether [align with layer]. |
| getAngle() | Gets or sets the angle. |
| getClass() | |
| getDither() | Gets or sets a value indicating whether this GradientFillSettings is dither. |
| getFillType() | The fill type. |
| getGradient() | Gets or sets specific gradient definition instance (Solid/Noise). |
| getGradientType() | Gets or sets the type of the gradient. |
| getHorizontalOffset() | Gets or sets the horizontal offset in percentage. |
| getReverse() | Gets or sets a value indicating whether this GradientFillSettings is reverse. |
| getScale() | Gets or sets the scale. |
| 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. |
| setDither(boolean value) | Gets or sets a value indicating whether this GradientFillSettings is dither. |
| setGradient(BaseGradient value) | Gets or sets specific gradient definition instance (Solid/Noise). |
| setGradientType(int value) | Gets or sets the type of the gradient. |
| setHorizontalOffset(double value) | Gets or sets the horizontal offset in percentage. |
| setReverse(boolean value) | Gets or sets a value indicating whether this GradientFillSettings is reverse. |
| setScale(int value) | Gets or sets the scale. |
| setVerticalOffset(double value) | Gets or sets the vertical offset in percentage. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
GradientFillSettings()
public GradientFillSettings()
Initializes a new instance of the GradientFillSettings class.
ValueChanged_internalized
public final Event<System.EventHandler> ValueChanged_internalized
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
getDither()
public final boolean getDither()
Gets or sets a value indicating whether this GradientFillSettings is dither.
Value: true if dither; otherwise, false .
Returns: boolean
getFillType()
public int getFillType()
The fill type.
Returns: int
getGradient()
public final BaseGradient getGradient()
Gets or sets specific gradient definition instance (Solid/Noise).
Returns: BaseGradient
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
getReverse()
public final boolean getReverse()
Gets or sets a value indicating whether this GradientFillSettings is reverse.
Value: true if reverse; otherwise, false .
Returns: boolean
getScale()
public final int getScale()
Gets or sets the scale.
Returns: int
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:
| 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 |
setDither(boolean value)
public final void setDither(boolean value)
Gets or sets a value indicating whether this GradientFillSettings is dither.
Value: true if dither; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setGradient(BaseGradient value)
public final void setGradient(BaseGradient value)
Gets or sets specific gradient definition instance (Solid/Noise).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | BaseGradient |
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 |
setReverse(boolean value)
public final void setReverse(boolean value)
Gets or sets a value indicating whether this GradientFillSettings is reverse.
Value: true if reverse; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setScale(int value)
public final void setScale(int value)
Gets or sets the scale.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |