| Package | Description |
|---|---|
| org.dvb.ui | |
| org.havi.ui |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HDefaultTextLayoutManager
The
HDefaultTextLayoutManager provides the default text rendering
mechanism for the HStaticText
HText and HTextButton classes. |
| Modifier and Type | Method and Description |
|---|---|
HTextLayoutManager |
HVisible.getTextLayoutManager()
Gets the text layout manager that is being used to layout this
text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HVisible.setTextLayoutManager(HTextLayoutManager manager)
Sets the text layout manager that should be used to layout the
text for this component.
|
| Constructor and Description |
|---|
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. |
Copyright © 2012 code4tv.com. All Rights Reserved.