Uses of Class
gzz.vob.TextStyle

Packages that use TextStyle
gzz.client   
gzz.client.awt   
gzz.client.gl   
gzz.view   
gzz.vob.buoy   
 

Uses of TextStyle in gzz.client
 

Methods in gzz.client that return TextStyle
abstract  TextStyle GraphicsAPI.getTextStyle(java.lang.String family, int style, int size)
          Obtain a text style object for an abstract font at a given size.
 

Methods in gzz.client with parameters of type TextStyle
 void ClientException.renderApology(gzz.vob.linebreaking.HChain ch, TextStyle style)
          Render an apology to the user into an HChain (usually the status bar).
 

Uses of TextStyle in gzz.client.awt
 

Methods in gzz.client.awt that return TextStyle
 TextStyle AWTAPI.getTextStyle(java.lang.String family, int style, int size)
           
 

Methods in gzz.client.awt with parameters of type TextStyle
static void TextSpanVob.addToChain(gzz.vob.linebreaking.LinebreakableChain ch, TextSpan span, TextStyle style, gzz.vob.linebreaking.LinebreakableChain.GlueStyle gs)
           
static void TextSpanVob.addToChain(gzz.vob.linebreaking.LinebreakableChain ch, TextSpan span, TextStyle style, gzz.vob.linebreaking.LinebreakableChain.GlueStyle gs, int cursorOffset)
           
 

Constructors in gzz.client.awt with parameters of type TextStyle
TextSpanVob(TextSpan span, TextStyle style)
           
TextSpanVob(TextSpan span, TextStyle style, int cursorOffset)
           
 

Uses of TextStyle in gzz.client.gl
 

Methods in gzz.client.gl that return TextStyle
 TextStyle GLAPI.getTextStyle(java.lang.String family, int style, int size)
           
 

Uses of TextStyle in gzz.view
 

Fields in gzz.view declared as TextStyle
protected  TextStyle LinebrokenCellContentView.style
           
 

Constructors in gzz.view with parameters of type TextStyle
TextCellContentView(TextStyle style)
           
TextCellContentView(TextStyle style, java.lang.String widthString)
           
LinebrokenCellContentView(TextStyle style)
           
LinebrokenCellContentView(TextStyle style, java.lang.String widthString)
           
LinebrokenCellContentView(TextStyle style, java.lang.String widthString, boolean baselined)
           
 

Uses of TextStyle in gzz.vob.buoy
 

Constructors in gzz.vob.buoy with parameters of type TextStyle
BuoyAnchor(TextStyle style, boolean marked, BuoyPlacer placer, BuoyPlacer.Buoy buoy)