Uses of Interface
org.havi.ui.HTextLayoutManager

Packages that use HTextLayoutManager
org.dvb.ui   
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(java.lang.String textNormal, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HStaticText object.
HStaticText(java.lang.String textNormal, int x, int y, int width, int height, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HStaticText object.
HText(java.lang.String text, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HText object.
HText(java.lang.String text, int x, int y, int width, int height, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HText object.
HText(java.lang.String textNormal, java.lang.String textFocus, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HText object.
HText(java.lang.String textNormal, java.lang.String textFocus, int x, int y, int width, int height, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HText object.
HTextButton(java.lang.String text, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HTextButton object.
HTextButton(java.lang.String text, int x, int y, int width, int height, java.awt.Font font, java.awt.Color foreground, java.awt.Color background, HTextLayoutManager tlm)
          Creates an HTextButton object.