public class CellFormatResult extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
applies
This is
true if no condition was given that applied to the
value, or if the condition is satisfied. |
String |
text
The resulting text.
|
Color |
textColor
The color the format sets, or
null if the format sets no color. |
| Constructor and Description |
|---|
CellFormatResult(boolean applies,
String text,
Color textColor)
Creates a new format result object.
|
public final boolean applies
true if no condition was given that applied to the
value, or if the condition is satisfied. If a condition is relevant, and
when applied the value fails the test, this is false.public final String text
null.public CellFormatResult(boolean applies,
String text,
Color textColor)
throws IllegalArgumentException
applies - The value for applies.text - The value for text.textColor - The value for textColor.IllegalArgumentException