Package sk.ipesoft.d2000.go
Interface ITextComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOFontStylegetFontStyle()Corresponds to ESL function %HI_GetFontStylejava.lang.StringgetText()Corresponds to ESL function %HI_GetTextintgetTextColor()Corresponds to ESL function %HI_GetTextColorvoidsetFontStyle(SOFontStyle value)Corresponds to ESL function %HI_SetFontStylevoidsetText(java.lang.String value)Corresponds to ESL function %HI_SetTextvoidsetTextColor(int value)Corresponds to ESL function %HI_SetTextColor
-
-
-
Method Detail
-
getFontStyle
SOFontStyle getFontStyle()
Corresponds to ESL function %HI_GetFontStyle
-
getText
java.lang.String getText()
Corresponds to ESL function %HI_GetText
-
setText
void setText(java.lang.String value)
Corresponds to ESL function %HI_SetText
-
getTextColor
int getTextColor()
Corresponds to ESL function %HI_GetTextColor
-
setTextColor
void setTextColor(int value)
Corresponds to ESL function %HI_SetTextColor
-
setFontStyle
void setFontStyle(SOFontStyle value)
Corresponds to ESL function %HI_SetFontStyle
-
-