Uses of Interface
gzz.media.ImageSpan

Packages that use ImageSpan
gzz.gfx.gl   
gzz.media   
gzz.media.impl   
 

Uses of ImageSpan in gzz.gfx.gl
 

Methods in gzz.gfx.gl with parameters of type ImageSpan
static GLSpans.Rect GLSpans.getRect(ImageSpan span)
          Return a Rect containing the image span
static GLSpans.Rect GLSpans.getRect(ImageSpan span, int lod)
          Return a Rect containing the image span
 

Uses of ImageSpan in gzz.media
 

Subinterfaces of ImageSpan in gzz.media
 interface PageSpan
          A page span - contiguous piece of a permascroll consisting of pages of the same size - e.g.postscript or pdf file.
 interface VideoSpan
          A span - contiguous piece of a permascroll - of video.
 

Methods in gzz.media that return ImageSpan
 ImageSpan ImageSpan.subArea(int x0, int y0, int w, int h)
          Get a subspan of the current span.
 

Uses of ImageSpan in gzz.media.impl
 

Classes in gzz.media.impl that implement ImageSpan
static class ScrollBlockManager.ImageSpanBase
          A base class for image spans.
static class ScrollBlockManager.PageSpanBase
          A base class for page spans.
 

Methods in gzz.media.impl that return ImageSpan
 ImageSpan ScrollBlockManager.ImageSpanBase.subArea(int x0, int y0, int w0, int h0)
           
 ImageSpan ScrollBlockManager.PageSpanBase.subArea(int x0, int y0, int w0, int h0)