public interface INoDataToPlotMessage extends IText
ITextString
,
IText
,
IFormat
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isVisible()
void setVisible(boolean b)
b
- true if message is to be displayed, false otherwise.java.lang.String getMessage()
void setMessage(java.lang.String msg)