|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.windward.bean.BeanResult
This is returned by a BeanResult method. It provides for formatting the returned string. A null value means ignore that variable;
| Field Summary | |
java.lang.Boolean |
bold
Set if the returned value is to be bold or not. |
java.awt.Color |
fontColor
Set the color of the returned value. |
java.lang.String |
fontName
The name of the font to use. |
java.lang.Float |
fontSize
Set the font size in points of the returned value. |
java.lang.Boolean |
italic
Set if the returned value is to be italic or not. |
boolean |
resetBack
Set true if the character formatting is to be returned to it's previous value after writing value. |
java.lang.Boolean |
underline
Set if the returned value is to be underlined or not. |
java.lang.String |
value
The value to write to the report. |
| Constructor Summary | |
BeanResult(java.lang.String value)
Creates a default action result. |
|
| Method Summary | |
void |
setColor(java.awt.Color color)
Set the font color. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String value
public java.lang.Boolean bold
public java.lang.Boolean italic
public java.lang.Boolean underline
public java.awt.Color fontColor
public java.lang.Float fontSize
public java.lang.String fontName
public boolean resetBack
| Constructor Detail |
public BeanResult(java.lang.String value)
value - The string to write out.| Method Detail |
public void setColor(java.awt.Color color)
color - - the new color to start at this point.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||