SolidFill
Contents
[
Hide
]SolidFill class
Encapsulates the object that represents solid fill format
class SolidFill;
Methods
Method | Description |
---|---|
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
setColor(Color)
Gets or sets the Color.
setColor(value: Color) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | The value to set. |
getCellsColor()
Gets and sets the CellsColor object.
getCellsColor() : CellsColor;
Returns
setCellsColor(CellsColor)
Gets and sets the CellsColor object.
setCellsColor(value: CellsColor) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor | The 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:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getHashCode()
Gets the hash code.
getHashCode() : number;
equals(object)
equals(obj: object) : boolean;
Parameters:
Parameter | Type | Description |
---|---|---|
obj | object |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;