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
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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.
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.
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:
Parameter | Type | Description |
---|---|---|
value | Color |
setBorderColorType(int value)
public void setBorderColorType(int value)
Gets whether to use the same border color as positive data bars.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | Color |
setColorType(int value)
public void setColorType(int value)
Sets whether to use the same fill color as positive data bars.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |