ColorFillSettings

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

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

Methods

MethodDescription
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.

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

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:

ParameterTypeDescription
structureOSTypeStructureThe 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:

ParameterTypeDescription
valueColor

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