|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quadbase.ChartAPI.QbChartBasic.CNoDataToPlotMessage
| 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 |
protected QbChartBasic.CNoDataToPlotMessage()
| Method Detail |
public final java.awt.Color getColor()
ITextgetColor in interface ITextquadbase.util.ITextpublic final void setColor(java.awt.Color c)
ITextsetColor in interface ITextquadbase.util.ITextc - The Color object.public final java.awt.Font getFont()
ITextgetFont in interface ITextquadbase.util.ITextpublic final void setFont(java.awt.Font f)
ITextsetFont in interface ITextquadbase.util.ITextf - The input Font object.public final int getAngle()
ITextgetAngle in interface ITextquadbase.util.ITextpublic final void setAngle(int angle)
ITextsetAngle in interface ITextquadbase.util.ITextangle - The angle, in degrees, of the text string.public final java.lang.String getMessage()
INoDataToPlotMessagegetMessage in interface INoDataToPlotMessagequadbase.util.INoDataToPlotMessagepublic final void setMessage(java.lang.String msg)
INoDataToPlotMessagesetMessage in interface INoDataToPlotMessagepublic final boolean isVisible()
INoDataToPlotMessageisVisible in interface INoDataToPlotMessagequadbase.util.INoDataToPlotMessagepublic final void setVisible(boolean b)
INoDataToPlotMessagesetVisible in interface INoDataToPlotMessagequadbase.util.INoDataToPlotMessageb - true if message is to be displayed, false otherwise.
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||