EspressChart
v 5.5

quadbase.util
Interface INoDataToPlotMessage

All Superinterfaces:
java.lang.Cloneable, IText
All Known Implementing Classes:
QbChartBasic.CNoDataToPlotMessage, QbChartBasic.CNoDataToPlotMessage

public interface INoDataToPlotMessage
extends IText

This interface is used to set/get different properties associated with the no data to plot message drawn in a chart.

See Also:
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

isVisible

public boolean isVisible()
This function checks if the no data to plot message is visible or not.
Returns:
true if the message is visible, false otherwise

setVisible

public void setVisible(boolean b)
This function enables/disables the drawing no data to plot message.
Parameters:
b - true if message is to be displayed, false otherwise.

getMessage

public java.lang.String getMessage()
Returns the text string. Default value is "EspressChart"
Returns:
No data to Plot Message

setMessage

public void setMessage(java.lang.String msg)
Sets the value for the text string. param msg New Message.

EspressChart
v 5.5