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

Packages that use HUDFont.FontStyle
org.xith3d.ui.hud.utils   
 

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

Fields in org.xith3d.ui.hud.utils declared as HUDFont.FontStyle
static HUDFont.FontStyle HUDFont.BOLD
           
static HUDFont.FontStyle HUDFont.BOLD_ITALIC
           
static HUDFont.FontStyle HUDFont.ITALIC
           
static HUDFont.FontStyle HUDFont.PLAIN
           
 

Methods in org.xith3d.ui.hud.utils that return HUDFont.FontStyle
static HUDFont.FontStyle HUDFont.FontStyle.getFromAWTStyle(int awtStyle)
           
 HUDFont.FontStyle HUDFont.getStyle()
          Returns the style.
 HUDFont.FontStyle HUDFont.FontStyle.makeBold()
           
 HUDFont.FontStyle HUDFont.FontStyle.makeItalic()
           
 HUDFont.FontStyle HUDFont.FontStyle.makeNonBold()
           
 HUDFont.FontStyle HUDFont.FontStyle.makeNonItalic()
           
static HUDFont.FontStyle HUDFont.FontStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HUDFont.FontStyle[] HUDFont.FontStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.ui.hud.utils with parameters of type HUDFont.FontStyle
 HUDFont HUDFont.derive(HUDFont.FontStyle style)
          Returns a derived font instance.
 HUDFont HUDFont.derive(HUDFont.FontStyle style, 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.