Uses of Interface
gzz.media.PageSpan

Packages that use PageSpan
gzz.gfx.gl   
gzz.media   
gzz.media.impl   
gzz.view   
 

Uses of PageSpan in gzz.gfx.gl
 

Methods in gzz.gfx.gl with parameters of type PageSpan
static GLSpanner.SpanRect GLSpanner.getSpanRect(PageSpan sp)
          Get the texrect for a given pagespan.
static GLSpans.Rect GLSpans.getRect(PageSpan span)
          Return a Rect containing the first page of the given pagespan.
static GLSpans.Rect GLSpans.getRect(PageSpan span, int lod)
          Return a Rect containing the first page of the given pagespan.
 

Uses of PageSpan in gzz.media
 

Methods in gzz.media that return PageSpan
 PageSpan PageSpan.subArea(int page0, int page1, int x, int y, int w, int h)
          Get a subspan of the current span.
 PageSpan PageSpan.subArea(int page0, int page1)
           
 

Uses of PageSpan in gzz.media.impl
 

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

Methods in gzz.media.impl that return PageSpan
 PageSpan ScrollBlockManager.PageSpanBase.subArea(int p0, int p1, int x0, int y0, int w0, int h0)
           
 PageSpan ScrollBlockManager.PageSpanBase.subArea(int p0, int p1)
           
 

Uses of PageSpan in gzz.view
 

Methods in gzz.view with parameters of type PageSpan
 PageSpanPaper PageSpanCellView.PageSpanPaperMaker.getPaper(GLSpanner.SpanPage p, PageSpan sp)
           
 PageSpanPaper PageSpanCellView.DefaultPageSpanPaperMaker.getPaper(GLSpanner.SpanPage p, PageSpan sp)
           
 float[] PageSpanCellView.Layout.getExtents(PageSpan s, float[] xywh_out)
          Get the extents (in the output coordinates) of a given page span.
 

Constructors in gzz.view with parameters of type PageSpan
PageSpanCellView.Layout(PageSpan sp)