public interface IText
extends java.lang.Cloneable
ILabel,
ITextString| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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.