Uses of Class
org.xith3d.ui.hud.utils.HUDFont

Packages that use HUDFont
org.xith3d.ui.hud.base   
org.xith3d.ui.hud.listmodels   
org.xith3d.ui.hud.menusystem   
org.xith3d.ui.hud.theming   
org.xith3d.ui.hud.utils   
org.xith3d.ui.hud.widgets   
org.xith3d.ui.hud.widgets.assemblies   
 

Uses of HUDFont in org.xith3d.ui.hud.base
 

Methods in org.xith3d.ui.hud.base that return HUDFont
 HUDFont LabeledStateButton.getFont()
          
 HUDFont TextWidget.getFont()
           
 HUDFont LabeledStateButton.getFontDisabled()
          
 

Methods in org.xith3d.ui.hud.base with parameters of type HUDFont
 void LabeledStateButton.setFont(HUDFont font)
          Sets the new Font to be used
 void TextWidget.setFont(HUDFont font)
          Sets the new Font to be used
 void LabeledStateButton.setFontDisabled(HUDFont font)
          
 

Constructors in org.xith3d.ui.hud.base with parameters of type HUDFont
WindowHeaderWidget.Description(java.lang.String backgroundTexture, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment, Button.Description closeButtonDesc)
          Full-Constructor with Texture
WindowHeaderWidget.Description(Texture2D backgroundTexture, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment, Button.Description closeButtonDesc)
          Full-Constructor with Texture
 

Uses of HUDFont in org.xith3d.ui.hud.listmodels
 

Methods in org.xith3d.ui.hud.listmodels that return HUDFont
 HUDFont TextListModel.getItemFont(int itemIndex)
          Gets an item's font.
 

Methods in org.xith3d.ui.hud.listmodels with parameters of type HUDFont
 void TextListModel.setItemFont(int itemIndex, HUDFont font)
          Sets an item's font.
 

Uses of HUDFont in org.xith3d.ui.hud.menusystem
 

Methods in org.xith3d.ui.hud.menusystem that return HUDFont
 HUDFont MenuSystem.getMenuCaptionFont()
           
 

Methods in org.xith3d.ui.hud.menusystem with parameters of type HUDFont
protected  void MenuGroup.initMenus(Button.Description accessorDesc, org.openmali.vecmath2.Colorf menuBGColor, org.openmali.vecmath2.Colorf menuBorderColor, HUDFont menuCaptionFont, org.openmali.vecmath2.Colorf menuFontColor)
           
 void MenuSystem.setMenuCaptionFont(HUDFont font)
           
 

Uses of HUDFont in org.xith3d.ui.hud.theming
 

Fields in org.xith3d.ui.hud.theming declared as HUDFont
protected  HUDFont ThemeProperties.button_font
           
protected  HUDFont ThemeProperties.button_font_disabled
           
protected  HUDFont ThemeProperties.font
           
protected  HUDFont ThemeProperties.font_disabled
           
protected  HUDFont ThemeProperties.frame_title_font
           
protected  HUDFont ThemeProperties.label_font
           
protected  HUDFont ThemeProperties.label_font_disabled
           
protected  HUDFont ThemeProperties.progressbar_label_font
           
 

Methods in org.xith3d.ui.hud.theming that return HUDFont
 HUDFont WidgetTheme.getFont(boolean disabled)
           
 HUDFont WidgetTheme.getProgressBarLabelFont()
           
 

Methods in org.xith3d.ui.hud.theming with parameters of type HUDFont
 void WidgetTheme.setFont(HUDFont font, boolean disabled)
          Sets the default Font of this theme.
 void WidgetTheme.setProgressBarLabelFont(HUDFont font)
          Sets the default Font of this theme.
 

Uses of HUDFont in org.xith3d.ui.hud.utils
 

Methods in org.xith3d.ui.hud.utils that return HUDFont
 HUDFont HUDFont.derive(HUDFont.FontStyle style)
          Returns a derived font instance.
 HUDFont HUDFont.derive(HUDFont.FontStyle style, int size)
          Returns a derived font instance.
 HUDFont HUDFont.derive(int size)
          Returns a derived font instance.
static HUDFont HUDFont.getFont(java.lang.String name, HUDFont.FontStyle style, int size)
          Returns the corresponding HUDFont instance.
static HUDFont HUDFont.getFont(java.net.URL url, HUDFont.FontStyle style, int size)
          Returns the corresponding HUDFont instance.
 

Uses of HUDFont in org.xith3d.ui.hud.widgets
 

Methods in org.xith3d.ui.hud.widgets that return HUDFont
static HUDFont Label.Description.deriveDisabledFont(HUDFont enabledFont)
           
 HUDFont Button.getFont()
           
 HUDFont ComboBox.getFont()
          
 HUDFont Label.getFont()
          
 HUDFont List.getFont()
          Gets the Items' font.
 HUDFont List.Description.getFont()
           
 HUDFont ProgressBar.getFont()
           
protected  HUDFont Label.getFont(boolean disabled)
           
 HUDFont Label.Description.getFont(boolean disabled)
           
 HUDFont Label.getFontDisabled()
          
 

Methods in org.xith3d.ui.hud.widgets with parameters of type HUDFont
 java.lang.Object List.addItem(int index, java.lang.Object item, HUDFont font, org.openmali.vecmath2.Colorf color)
           
 void ComboBox.addItem(int index, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
           
 java.lang.Object List.addItem(java.lang.Object item, HUDFont font, org.openmali.vecmath2.Colorf color)
           
 void ComboBox.addItem(java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
           
protected static Button.Description Button.createImageButtonDesc(java.lang.String normalTexture, java.lang.String hoveredTexture, java.lang.String pressedTexture, HUDFont font, org.openmali.vecmath2.Colorf color)
           
protected static Button.Description Button.createImageButtonDesc(Texture2D normalTexture, Texture2D hoveredTexture, Texture2D pressedTexture, HUDFont font, org.openmali.vecmath2.Colorf color)
           
protected static Button.Description Button.deriveDesc(HUDFont font, org.openmali.vecmath2.Colorf color)
           
static HUDFont Label.Description.deriveDisabledFont(HUDFont enabledFont)
           
 void Button.setFont(HUDFont font)
          Sets the Font of the Button's text.
 void ComboBox.setFont(HUDFont font)
          Sets the new Font to be used
 void Label.setFont(HUDFont font)
          Sets the new Font to be used
 void List.setFont(HUDFont font)
          Sets the Items' font.
 void ProgressBar.setFont(HUDFont font)
          Sets the Font to use for the percent value in the center of the ProgressBar.
 void TextField.setFont(HUDFont font)
          Sets the new Font to be used
 void Label.Description.setFont(HUDFont font, boolean disabled)
          Sets the new Font to be used
 void ProgressBar.setFont(HUDFont font, org.openmali.vecmath2.Colorf color)
          Sets the Font to use for the percent value in the center of the ProgressBar.
 void Label.setFontDisabled(HUDFont font)
          
 

Constructors in org.xith3d.ui.hud.widgets with parameters of type HUDFont
Button.Description(int bottom, int right, int top, int left, java.lang.String texNormal, java.lang.String texHovered, java.lang.String texPressed, HUDFont font, org.openmali.vecmath2.Colorf fontColor)
           
Button.Description(int bottom, int right, int top, int left, Texture2D texNormal, Texture2D texHovered, Texture2D texPressed, HUDFont font, org.openmali.vecmath2.Colorf fontColor)
           
Button(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font)
          Creates a new Button.
Button(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Button.
Button(boolean isHeavyWeight, float width, float height, java.lang.String normalTexture, java.lang.String hoveredTexture, java.lang.String pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image Button (textures will simply be streched over the whole Button area).
Button(boolean isHeavyWeight, float width, float height, Texture2D normalTexture, Texture2D hoveredTexture, Texture2D pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image Button (textures will simply be streched over the whole Button area).
Button(float width, float height, java.lang.String text, HUDFont font)
          Creates a new Button.
Button(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Button.
Button(float width, float height, java.lang.String normalTexture, java.lang.String hoveredTexture, java.lang.String pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image Button (textures will simply be streched over the whole Button area).
Button(float width, float height, Texture2D normalTexture, Texture2D hoveredTexture, Texture2D pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image Button (textures will simply be streched over the whole Button area).
Checkbox(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf fontColor)
          Creates a new CheckBox.
Checkbox(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf fontColor)
          Creates a new CheckBox.
Label.Description(org.openmali.vecmath2.Colorf backgroundColor, java.lang.String backgroundTexture, HUDFont font_enabled, HUDFont font_disabled, org.openmali.vecmath2.Colorf color_enabled, org.openmali.vecmath2.Colorf color_disabled, TextAlignment alignment)
          Creates a new Label.Description.
Label.Description(org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture, HUDFont font_enabled, HUDFont font_disabled, org.openmali.vecmath2.Colorf color_enabled, org.openmali.vecmath2.Colorf color_disabled, TextAlignment alignment)
          Creates a new Label.Description.
Label(boolean isHeavyWeight, boolean hasWidgetAssembler, float width, float height, java.lang.String text, HUDFont font_enabled, HUDFont font_disabled, org.openmali.vecmath2.Colorf fontColor_enabled, org.openmali.vecmath2.Colorf fontColor_disabled, TextAlignment alignment, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture)
          Creates a new Label with the given width, height and z-index.
Label(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font)
          Creates a new Label with the given width and height and a z-index of 0.
Label(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Label with the given width, height and z-index.
Label(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment)
          Creates a new Label with the given width, height and z-index.
Label(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font_enabled, HUDFont font_disabled, org.openmali.vecmath2.Colorf fontColor_enabled, org.openmali.vecmath2.Colorf fontColor_disabled, TextAlignment alignment, org.openmali.vecmath2.Colorf backgroundColor, Texture2D backgroundTexture)
          Creates a new Label with the given width, height and z-index.
Label(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, TextAlignment alignment)
          Creates a new Label with the given width and height and a z-index of 0.
Label(float width, float height, java.lang.String text, HUDFont font)
          Creates a new Label with the given width and height and a z-index of 0.
Label(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Label with the given width, height and z-index.
Label(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment)
          Creates a new Label with the given width and height and a z-index of 0.
Label(float width, float height, java.lang.String text, HUDFont font, TextAlignment alignment)
          Creates a new Label with the given width and height and a z-index of 0.
RadioButton(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf fontColor)
          Creates a new RadioButton.
RadioButton(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf fontColor)
          Creates a new RadioButton.
TextField(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment)
          Creates a new TextField with the given width, height and z-index.
TextField(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color, TextAlignment alignment)
          Creates a new TextField with the given width, height and z-index.
ToggleButton(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font)
          Creates a new ToggleButton.
ToggleButton(boolean isHeavyWeight, float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new ToggleButton.
ToggleButton(boolean isHeavyWeight, float width, float height, java.lang.String normalTexture, java.lang.String hoveredTexture, java.lang.String pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image ToggleButton (textures will simply be streched over the whole Button area).
ToggleButton(boolean isHeavyWeight, float width, float height, Texture2D normalTexture, Texture2D hoveredTexture, Texture2D pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image ToggleButton (textures will simply be streched over the whole Button area).
ToggleButton(float width, float height, java.lang.String text, HUDFont font)
          Creates a new ToggleButton.
ToggleButton(float width, float height, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new ToggleButton.
ToggleButton(float width, float height, java.lang.String normalTexture, java.lang.String hoveredTexture, java.lang.String pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image ToggleButton (textures will simply be streched over the whole Button area).
ToggleButton(float width, float height, Texture2D normalTexture, Texture2D hoveredTexture, Texture2D pressedTexture, java.lang.String text, HUDFont font, org.openmali.vecmath2.Colorf color)
          Creates a new Image ToggleButton (textures will simply be streched over the whole Button area).
 

Uses of HUDFont in org.xith3d.ui.hud.widgets.assemblies
 

Methods in org.xith3d.ui.hud.widgets.assemblies that return HUDFont
 HUDFont HUDConsole.Description.getListFont()
           
 

Methods in org.xith3d.ui.hud.widgets.assemblies with parameters of type HUDFont
 void HUDConsole.Description.setListFont(HUDFont listFont)