|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TextField
| Method Summary | |
|---|---|
void |
draw()
|
void |
setActiveColor(float gray)
|
void |
setActiveColor(float gray,
float alpha)
|
void |
setActiveColor(float r,
float g,
float b)
|
void |
setActiveColor(float r,
float g,
float b,
float alpha)
Set the active color for this object |
void |
setBgColor(float gray)
|
void |
setBgColor(float gray,
float alpha)
|
void |
setBgColor(float r,
float g,
float b)
|
void |
setBgColor(float r,
float g,
float b,
float alpha)
Set the bg color for this object |
void |
setFgColor(float gray)
|
void |
setFgColor(float gray,
float alpha)
|
void |
setFgColor(float r,
float g,
float b)
|
void |
setFgColor(float r,
float g,
float b,
float alpha)
Set the fg color for this object |
void |
setVisible(boolean visible)
Sets the visibility for this object |
| Method Detail |
|---|
void draw()
void setVisible(boolean visible)
void setFgColor(float r,
float g,
float b,
float alpha)
r - red component (0-255)g - green component (0-255)b - blue component (0-255)alpha - transparency (0-255)void setFgColor(float gray)
void setFgColor(float gray,
float alpha)
void setFgColor(float r,
float g,
float b)
void setActiveColor(float r,
float g,
float b,
float alpha)
r - red component (0-255)g - green component (0-255)b - blue component (0-255)alpha - transparency (0-255)void setActiveColor(float gray)
void setActiveColor(float gray,
float alpha)
void setActiveColor(float r,
float g,
float b)
void setBgColor(float r,
float g,
float b,
float alpha)
r - red component (0-255)g - green component (0-255)b - blue component (0-255)alpha - transparency (0-255)void setBgColor(float gray)
void setBgColor(float gray,
float alpha)
void setBgColor(float r,
float g,
float b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||