EspressReport
v 5.5

quadbase.ChartAPI.swing
Class QbChartBasic.CNoDataToPlotMessage

java.lang.Object
  |
  +--quadbase.ChartAPI.swing.QbChartBasic.CNoDataToPlotMessage
All Implemented Interfaces:
java.lang.Cloneable, INoDataToPlotMessage, IText
Enclosing class:
QbChartBasic

protected class QbChartBasic.CNoDataToPlotMessage
extends java.lang.Object
implements INoDataToPlotMessage


Constructor Summary
protected QbChartBasic.CNoDataToPlotMessage()
           
 
Method Summary
 int getAngle()
          Returns the angle of the text string.
 java.awt.Color getColor()
          Returns the color of the text string.
 java.awt.Font getFont()
          Returns the font of the text string.
 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 setAngle(int angle)
          Sets the counterclockwise angle of the text string.
 void setColor(java.awt.Color c)
          Sets the color value for the text string.
 void setFont(java.awt.Font f)
          Sets the font of the text string.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QbChartBasic.CNoDataToPlotMessage

protected QbChartBasic.CNoDataToPlotMessage()
Method Detail

getColor

public final java.awt.Color getColor()
Description copied from interface: IText
Returns the color of the text string.
Specified by:
getColor in interface IText
Following copied from interface: quadbase.util.IText
Returns:
The Color object containing the RGB color values for the text.

setColor

public final void setColor(java.awt.Color c)
Description copied from interface: IText
Sets the color value for the text string.
Specified by:
setColor in interface IText
Following copied from interface: quadbase.util.IText
Parameters:
c - The Color object.

getFont

public final java.awt.Font getFont()
Description copied from interface: IText
Returns the font of the text string.
Specified by:
getFont in interface IText
Following copied from interface: quadbase.util.IText
Returns:
The Font object containing the text string font information.

setFont

public final void setFont(java.awt.Font f)
Description copied from interface: IText
Sets the font of the text string.
Specified by:
setFont in interface IText
Following copied from interface: quadbase.util.IText
Parameters:
f - The input Font object.

getAngle

public final int getAngle()
Description copied from interface: IText
Returns the angle of the text string.
Specified by:
getAngle in interface IText
Following copied from interface: quadbase.util.IText
Returns:
The counterclockwise angle of the text string, in degrees.

setAngle

public final void setAngle(int angle)
Description copied from interface: IText
Sets the counterclockwise angle of the text string.
Specified by:
setAngle in interface IText
Following copied from interface: quadbase.util.IText
Parameters:
angle - The angle, in degrees, of the text string.

getMessage

public final java.lang.String getMessage()
Description copied from interface: INoDataToPlotMessage
Returns the text string. Default value is "EspressChart"
Specified by:
getMessage in interface INoDataToPlotMessage
Following copied from interface: quadbase.util.INoDataToPlotMessage
Returns:
No data to Plot Message

setMessage

public final void setMessage(java.lang.String msg)
Description copied from interface: INoDataToPlotMessage
Sets the value for the text string. param msg New Message.
Specified by:
setMessage in interface INoDataToPlotMessage

isVisible

public final boolean isVisible()
Description copied from interface: INoDataToPlotMessage
This function checks if the no data to plot message is visible or not.
Specified by:
isVisible in interface INoDataToPlotMessage
Following copied from interface: quadbase.util.INoDataToPlotMessage
Returns:
true if the message is visible, false otherwise

setVisible

public final void setVisible(boolean b)
Description copied from interface: INoDataToPlotMessage
This function enables/disables the drawing no data to plot message.
Specified by:
setVisible in interface INoDataToPlotMessage
Following copied from interface: quadbase.util.INoDataToPlotMessage
Parameters:
b - true if message is to be displayed, false otherwise.

EspressReport
v 5.5