|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextLayoutManager | |
com.sun.dtv.ui | TV specific UI functionality. |
Uses of TextLayoutManager in com.sun.dtv.ui |
Classes in com.sun.dtv.ui that implement TextLayoutManager | |
class |
DefaultTextLayoutManager
This class provides a standard mechanism for rendering of provided texts and is at the same time the simplest implementation of the TextLayoutManager interface.
|
class |
SophisticatedTextLayoutManager
This class provides a TextLayoutManager with more features than the DefaultTextLayoutManager in
order to enable more sophisticated layout design possibilities for test to
be shown in TV components.
|
Methods in com.sun.dtv.ui that return TextLayoutManager | |
TextLayoutManager |
ViewOnlyComponent.getTextLayoutManager()
Gets the text layout manager that is currently in use for text layout in this component. |
Methods in com.sun.dtv.ui with parameters of type TextLayoutManager | |
void |
ViewOnlyComponent.setTextLayoutManager(TextLayoutManager manager)
Sets the text layout manager that should be used for text layout in this component. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |