Uses of Interface
gzz.media.ScrollBlock

Packages that use ScrollBlock
gzz.media   
gzz.media.impl   
gzz.view   
 

Uses of ScrollBlock in gzz.media
 

Subinterfaces of ScrollBlock in gzz.media
 interface TextScrollBlock
          A text scroll block.
 

Methods in gzz.media that return ScrollBlock
 ScrollBlock Span.getScrollBlock()
          Get the ScrollBlock that this span points to.
 

Uses of ScrollBlock in gzz.media.impl
 

Subinterfaces of ScrollBlock in gzz.media.impl
static interface ScrollBlockManager.MediaserverScrollBlock
          A scrollblock that is associated with a Mediaserver block.
 

Classes in gzz.media.impl that implement ScrollBlock
protected  class FakeTextSpan.FakeTextScrollBlock
           
 class PageImageScroll
          An scrollblock containing paged media (PS/PDF).
 class PermanentTextScroll
          A text scroll block loaded from somewhere.
 class SimpleImageScroll
          An image scrollblock
 class TransientTextScroll
          A text scroll block.
 

Methods in gzz.media.impl that return ScrollBlock
 ScrollBlock ScrollBlockManager.SpanBase.getScrollBlock()
           
 ScrollBlock FakeTextSpan.getScrollBlock()
           
 

Methods in gzz.media.impl with parameters of type ScrollBlock
static int ScrollBlockManager.compare(ScrollBlock s1, ScrollBlock s2)
          Give an ordering of the given scrollblocks.
static int ScrollBlockManager.compare(ScrollBlock s1, ScrollBlock s2)
          Give an ordering of the given scrollblocks.
 

Uses of ScrollBlock in gzz.view
 

Methods in gzz.view with parameters of type ScrollBlock
 PageSpanCellView.Layout PageSpanCellView.getLayout(ScrollBlock sb)