SolidFill

SolidFill class

Encapsulates the object that represents solid fill format

class SolidFill;

Methods

MethodDescription
getColor()Gets or sets the Color.
setColor(Color)Gets or sets the Color.
getCellsColor()Gets and sets the CellsColor object.
setCellsColor(CellsColor)Gets and sets the CellsColor object.
getTransparency()Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
setTransparency(number)Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
getHashCode()Gets the hash code.
equals(object)
isNull()Checks whether the implementation object is null.

getColor()

Gets or sets the Color.

getColor() : Color;

Returns

Color

setColor(Color)

Gets or sets the Color.

setColor(value: Color) : void;

Parameters:

ParameterTypeDescription
valueColorThe value to set.

getCellsColor()

Gets and sets the CellsColor object.

getCellsColor() : CellsColor;

Returns

CellsColor

setCellsColor(CellsColor)

Gets and sets the CellsColor object.

setCellsColor(value: CellsColor) : void;

Parameters:

ParameterTypeDescription
valueCellsColorThe value to set.

getTransparency()

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

getTransparency() : number;

setTransparency(number)

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

setTransparency(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getHashCode()

Gets the hash code.

getHashCode() : number;

equals(object)

equals(obj: object) : boolean;

Parameters:

ParameterTypeDescription
objobject

isNull()

Checks whether the implementation object is null.

isNull() : boolean;