Uses of Interface
gzz.media.TextScrollBlock

Packages that use TextScrollBlock
gzz.media.impl   
gzz.util   
 

Uses of TextScrollBlock in gzz.media.impl
 

Classes in gzz.media.impl that implement TextScrollBlock
protected  class FakeTextSpan.FakeTextScrollBlock
           
 class PermanentTextScroll
          A text scroll block loaded from somewhere.
 class TransientTextScroll
          A text scroll block.
 

Methods in gzz.media.impl that return TextScrollBlock
static TextScrollBlock ScrollBlockManager.getTextScrollBlock(Mediaserver ms, Mediaserver.Id id)
          We can use this if we know a specific scroll block is a text scroll block.
 

Uses of TextScrollBlock in gzz.util
 

Methods in gzz.util with parameters of type TextScrollBlock
static void TestUtil.append(TextScrollBlock sb, java.lang.String s)