ColorFillSettings
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.fillsettings.BaseFillSettings
All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.fillsettings.IColorFillSettings
public class ColorFillSettings extends BaseFillSettings implements IColorFillSettings
Color fill effect settings
Constructors
| Constructor | Description |
|---|---|
| ColorFillSettings() | Initializes a new instance of the ColorFillSettings class. |
Fields
| Field | Description |
|---|---|
| ValueChanged_internalized |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getColor() | Gets or sets the color. |
| getFillType() | The fill type |
| hashCode() | |
| notify() | |
| notifyAll() | |
| parseEffectResource_internalized(OSTypeStructure structure) | Parses the effect resource. |
| raiseValueChanged_internalized() | Raises the value changed. |
| setColor(Color value) | Gets or sets the color. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ColorFillSettings()
public ColorFillSettings()
Initializes a new instance of the ColorFillSettings 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
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
getFillType()
public int getFillType()
The fill type
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
parseEffectResource_internalized(OSTypeStructure structure)
public final void parseEffectResource_internalized(OSTypeStructure structure)
Parses the effect resource.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| structure | OSTypeStructure | The structure. |
raiseValueChanged_internalized()
public final void raiseValueChanged_internalized()
Raises the value changed.
setColor(Color value)
public final void setColor(Color value)
Gets or sets the color.
Value: The color.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Color |
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 |