public class CellFormatResult
extends java.lang.Object
CellFormatPart.apply(Object)
,
CellFormat#apply(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.
|
java.lang.String |
text
The resulting text.
|
java.awt.Color |
textColor
The color the format sets, or null if the format sets no color.
|
Constructor and Description |
---|
CellFormatResult(boolean applies,
java.lang.String text,
java.awt.Color textColor)
Creates a new format result object.
|
public final boolean applies
public final java.lang.String text
public final java.awt.Color textColor
applies
is false.Copyright © 2005-2010 Potix Corporation. All Rights Reserved.