|
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.CDataTopLabel2
| Constructor Summary | |
protected |
QbChartBasic.CDataTopLabel2()
|
| 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. |
IFormat |
getFormat()
This function returns a handle to an object of type IFormat. |
java.awt.Dimension |
getOffset()
This function returns the horizontal and vertical label offset. |
boolean |
isVisible()
This function checks if the given label(s) is/are 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 |
setFormat(IFormat f)
This function sets the format object for the label being displayed. |
void |
setOffset(java.awt.Dimension offset)
This function sets the horizontal and vertical label offsets. |
void |
setVisible(boolean b)
This function enables/disables the drawing of label(s). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected QbChartBasic.CDataTopLabel2()
| 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 boolean isVisible()
ILabelisVisible in interface ILabelquadbase.util.ILabelpublic final void setVisible(boolean b)
ILabelsetVisible in interface ILabelquadbase.util.ILabelb - true if labels are to be displayed, false otherwise.public final java.awt.Dimension getOffset()
ILabelgetOffset in interface ILabelquadbase.util.ILabelpublic final void setOffset(java.awt.Dimension offset)
ILabelsetOffset in interface ILabelquadbase.util.ILabeloffset - The horizontal and vertical offsets stored in a
Dimension object.public IFormat getFormat()
ILabelAssociated QbChart property:
DATA_LABEL_FORMAT
getFormat in interface ILabelquadbase.util.ILabelIFormat,
DateTimeFormat,
NumericFormat,
LogicalFormatpublic void setFormat(IFormat f)
ILabelAssociated QbChart property:
DATA_LABEL_FORMAT
setFormat in interface ILabelquadbase.util.ILabelf - The format for the label being displayed.
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||