|
EspressReport 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.CMainTitle
| Constructor Summary | |
protected |
QbChartBasic.CMainTitle()
|
| 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.awt.Dimension |
getOffset()
Gets the relative offsets (horizontal and vertical) of the text string |
Position |
getPosition()
Returns the position of the text string in the canvas |
java.lang.String |
getValue()
This function returns the value of the string. |
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 |
setOffset(java.awt.Dimension offset)
Sets the offset values of the text string. |
void |
setPosition(Position pos)
Sets the position of the string in the canvas. |
void |
setValue(java.lang.String value)
This function sets the value of the string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface quadbase.util.ITextString |
equals |
| Constructor Detail |
protected QbChartBasic.CMainTitle()
| Method Detail |
public final java.lang.String getValue()
ITextStringgetValue in interface ITextStringquadbase.util.ITextStringpublic final void setValue(java.lang.String value)
ITextStringsetValue in interface ITextStringquadbase.util.ITextStringvalue - The string value to set.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 Position getPosition()
ITextStringgetPosition in interface ITextStringquadbase.util.ITextStringpublic final void setPosition(Position pos)
ITextStringsetPosition in interface ITextStringquadbase.util.ITextStringpos - The position object.
Note that the x and y values in the position object should be between 0 and 1.
Positionpublic final java.awt.Dimension getOffset()
ITextStringgetOffset in interface ITextStringquadbase.util.ITextStringpublic final void setOffset(java.awt.Dimension offset)
ITextStringsetOffset in interface ITextStringquadbase.util.ITextStringoffset - The Dimension object containing the horizontal and vertical
offsets.
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||