|
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 modify the font, color, and angle of text strings drawn in the chart.
ILabel,
ITextString| 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. |
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. |
| Method Detail |
public java.awt.Color getColor()
public void setColor(java.awt.Color c)
c - The Color object.public java.awt.Font getFont()
public void setFont(java.awt.Font f)
f - The input Font object.public int getAngle()
public void setAngle(int angle)
angle - The angle, in degrees, of the text string.
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||