|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to set/get different properties associated with the labels drawn in a chart.
ITextString,
IText,
IFormat| Method Summary | |
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 |
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 interface quadbase.util.IText |
getAngle, getColor, getFont, setAngle, setColor, setFont |
| Method Detail |
public boolean isVisible()
public void setVisible(boolean b)
b - true if labels are to be displayed, false otherwise.public java.awt.Dimension getOffset()
public void setOffset(java.awt.Dimension offset)
offset - The horizontal and vertical offsets stored in a
Dimension object.public IFormat getFormat()
Associated QbChart property:
DATA_LABEL_FORMAT
IFormat,
DateTimeFormat,
NumericFormat,
LogicalFormatpublic void setFormat(IFormat f)
Associated QbChart property:
DATA_LABEL_FORMAT
f - The format for the label being displayed.
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||