|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTextLayoutManager | |
|---|---|
| org.dvb.ui | Provides extended graphics functionality. |
| org.havi.ui | |
| Uses of HTextLayoutManager in org.dvb.ui |
|---|
| Classes in org.dvb.ui that implement HTextLayoutManager | |
|---|---|
class |
DVBTextLayoutManager
The DVBTextLayoutManager provides a text rendering layout mechanism for the org.havi.ui.HStaticText org.havi.ui.HText and org.havi.ui.HTextButton classes. |
| Uses of HTextLayoutManager in org.havi.ui |
|---|
| Classes in org.havi.ui that implement HTextLayoutManager | |
|---|---|
class |
HDefaultTextLayoutManager
The HDefaultTextLayoutManager provides the default text rendering
mechanism for the HStaticText
HText and HTextButton classes. |
| Methods in org.havi.ui that return HTextLayoutManager | |
|---|---|
HTextLayoutManager |
HVisible.getTextLayoutManager()
Gets the text layout manager that is being used to layout this text. |
| Methods in org.havi.ui with parameters of type HTextLayoutManager | |
|---|---|
void |
HVisible.setTextLayoutManager(HTextLayoutManager manager)
Sets the text layout manager that should be used to layout the text for this component. |
| Constructors in org.havi.ui with parameters of type HTextLayoutManager | |
|---|---|
HStaticText(String textNormal,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HStaticText
object. |
|
HStaticText(String textNormal,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HStaticText
object. |
|
HText(String text,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HText(String text,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HText(String textNormal,
String textFocus,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HText(String textNormal,
String textFocus,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HText object. |
|
HTextButton(String text,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HTextButton
object. |
|
HTextButton(String text,
int x,
int y,
int width,
int height,
Font font,
Color foreground,
Color background,
HTextLayoutManager tlm)
Creates an HTextButton
object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||