|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IText
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 |
|---|
java.awt.Color getColor()
void setColor(java.awt.Color c)
c - The Color object.java.awt.Font getFont()
void setFont(java.awt.Font f)
f - The input Font object.int getAngle()
void setAngle(int angle)
angle - The angle, in degrees, of the text string.
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||