|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to set/get different properties associated with the no data to plot message drawn in a chart.
ITextString,
IText,
IFormat| Method Summary | |
java.lang.String |
getMessage()
Returns the text string. |
boolean |
isVisible()
This function checks if the no data to plot message is visible or not. |
void |
setMessage(java.lang.String msg)
Sets the value for the text string. |
void |
setVisible(boolean b)
This function enables/disables the drawing no data to plot message. |
| Methods inherited from interface quadbase.util.IText |
getAngle, getColor, getFont, setAngle, setColor, setFont |
| Method Detail |
public boolean isVisible()
public void setVisible(boolean b)
b - true if message is to be displayed, false otherwise.public java.lang.String getMessage()
public void setMessage(java.lang.String msg)
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||