NegativeBarFormat

Inheritance: java.lang.Object

public class NegativeBarFormat

Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.

Methods

MethodDescription
equals(Object arg0)
getBorderColor()Gets a FormatColor object that you can use to specify the border color for negative data bars.
getBorderColorType()Gets whether to use the same border color as positive data bars.
getClass()
getColor()Gets a FormatColor object that you can use to specify the fill color for negative data bars.
getColorType()Gets whether to use the same fill color as positive data bars.
hashCode()
notify()
notifyAll()
setBorderColor(Color value)Sets a FormatColor object that you can use to specify the border color for negative data bars.
setBorderColorType(int value)Gets whether to use the same border color as positive data bars.
setColor(Color value)Sets a FormatColor object that you can use to specify the fill color for negative data bars.
setColorType(int value)Sets whether to use the same fill color as positive data bars.
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

getBorderColor()

public Color getBorderColor()

Gets a FormatColor object that you can use to specify the border color for negative data bars.

Returns: Color

getBorderColorType()

public int getBorderColorType()

Gets whether to use the same border color as positive data bars.

See DataBarNegativeColorType.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColor()

public Color getColor()

Gets a FormatColor object that you can use to specify the fill color for negative data bars.

Returns: Color

getColorType()

public int getColorType()

Gets whether to use the same fill color as positive data bars.

See DataBarNegativeColorType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBorderColor(Color value)

public void setBorderColor(Color value)

Sets a FormatColor object that you can use to specify the border color for negative data bars.

Parameters:

ParameterTypeDescription
valueColor

setBorderColorType(int value)

public void setBorderColorType(int value)

Gets whether to use the same border color as positive data bars.

See DataBarNegativeColorType.

Parameters:

ParameterTypeDescription
valueint

setColor(Color value)

public void setColor(Color value)

Sets a FormatColor object that you can use to specify the fill color for negative data bars.

Parameters:

ParameterTypeDescription
valueColor

setColorType(int value)

public void setColorType(int value)

Sets whether to use the same fill color as positive data bars.

See DataBarNegativeColorType.

Parameters:

ParameterTypeDescription
valueint

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