ColorFilter

Inheritance: java.lang.Object

public class ColorFilter

Represents filtering the range by color.

Methods

MethodDescription
equals(Object arg0)
getClass()
getColor(WorksheetCollection sheets)Gets the color of this filter.
getFilterByFillColor()Whether filter by the cell’s fill color.
hashCode()
notify()
notifyAll()
setFilterByFillColor(boolean value)Whether filter by the cell’s fill color.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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(WorksheetCollection sheets)

public Color getColor(WorksheetCollection sheets)

Gets the color of this filter.

Parameters:

ParameterTypeDescription
sheetsWorksheetCollection

Returns: Color -

getFilterByFillColor()

public boolean getFilterByFillColor()

Whether filter by the cell’s fill color.

Remarks

True: cell’s fill color; False: cell’s font color.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setFilterByFillColor(boolean value)

public void setFilterByFillColor(boolean value)

Whether filter by the cell’s fill color.

Remarks

True: cell’s fill color; False: cell’s font color.

Parameters:

ParameterTypeDescription
valueboolean

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