SolidFill
Inheritance: java.lang.Object, com.aspose.cells.Fill
public class SolidFill extends Fill
Encapsulates the object that represents solid fill format
Methods
Method | Description |
---|---|
equals(Object obj) | |
getCellsColor() | Gets the CellsColor object. |
getClass() | |
getColor() | Gets the Color. |
getTransparency() | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
hashCode() | Gets the hash code. |
notify() | |
notifyAll() | |
setCellsColor(CellsColor value) | Sets the CellsColor object. |
setColor(Color value) | Sets the Color. |
setTransparency(double value) | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object obj)
public boolean equals(Object obj)
/
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean -
getCellsColor()
public CellsColor getCellsColor()
Gets the CellsColor object.
Returns: CellsColor
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColor()
public Color getColor()
Gets the Color.
Returns: Color
getTransparency()
public double getTransparency()
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Returns: double
hashCode()
public int hashCode()
Gets the hash code.
Returns: int -
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCellsColor(CellsColor value)
public void setCellsColor(CellsColor value)
Sets the CellsColor object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor |
setColor(Color value)
public void setColor(Color value)
Sets the Color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setTransparency(double value)
public void setTransparency(double value)
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native 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 |