SolidFill

Inheritance: java.lang.Object, com.aspose.cells.Fill

public class SolidFill extends Fill

Encapsulates the object that represents solid fill format

Methods

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

ParameterTypeDescription
objjava.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:

ParameterTypeDescription
valueCellsColor

setColor(Color value)

public void setColor(Color value)

Sets the Color.

Parameters:

ParameterTypeDescription
valueColor

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:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int