|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents Text object in a Chart in the scripting environment
Method Summary | |
IColor |
getColor()
Gets the Color of Text |
IFont |
getFont()
Gets the Font of Text |
java.lang.String |
getValue()
Gets the string value of Text |
void |
setColor(IColor color)
Sets the Color of Text |
void |
setFont(IFont font)
Sets the Font of Text |
void |
setValue(java.lang.String value)
Sets the string value of Text |
Method Detail |
public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- string valuepublic IFont getFont()
public void setFont(IFont font)
font
- Fontpublic IColor getColor()
public void setColor(IColor color)
color
- Color of Text
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |