Uses of Interface
gzz.media.Span

Packages that use Span
gzz.client   
gzz.client.awt   
gzz.impl   
gzz.media   
gzz.media.impl   
 

Uses of Span in gzz.client
 

Methods in gzz.client that return Span
 Span SpanVob.getSpan()
          Get the span associated with this vob.
 

Methods in gzz.client with parameters of type Span
 SpanVob SpanVob.getPart(Span subspan)
          Get the part of this vob corresponding to subspan.
 void SpanVob.getPartCoords(int x, int y, int w, int h, Span subspan, java.awt.Rectangle out)
          Get the coordinates of the part of this vob corresponding to subspan.
 

Uses of Span in gzz.client.awt
 

Methods in gzz.client.awt that return Span
 Span TextSpanVob.getSpan()
           
 

Methods in gzz.client.awt with parameters of type Span
 SpanVob TextSpanVob.getPart(Span subspan)
           
 void TextSpanVob.getPartCoords(int x, int y, int w, int h, Span subspan, java.awt.Rectangle write)
           
 

Uses of Span in gzz.impl
 

Methods in gzz.impl that return Span
abstract  Span EvilCellTexter.getSpan(Cell c, Obs o)
           
 

Methods in gzz.impl with parameters of type Span
abstract  void EvilCellTexter.setSpan(Cell c, Span s)
           
 

Uses of Span in gzz.media
 

Subinterfaces of Span in gzz.media
 interface AudioSpan
          A span - contiguous piece of a permascroll - of sound.
 interface ImageSpan
          An image span - contiguous piece of a permascroll -.
 interface PageSpan
          A page span - contiguous piece of a permascroll consisting of pages of the same size - e.g.postscript or pdf file.
 interface Span1D
          A 1-dimensional span inside one document.
 interface TextSpan
          A span - contiguous piece of a permascroll - of text.
 interface VideoSpan
          A span - contiguous piece of a permascroll - of video.
 

Methods in gzz.media that return Span
 Span TextScrollBlock.getSpan(int offs1, int offs2)
          Get a span that represents the given range inside this scrollblock.
 Span ScrollBlock.getCurrent()
          Get the current contents of this block as a single span of the appropriate type.
 

Methods in gzz.media with parameters of type Span
 void SpanSet.addSpan(Span s, java.lang.Object obj)
          Add a span.
 java.util.Collection SpanSet.overlaps(Span s)
          Get the objects corresponding to the spans entered that overlap the given span.
 Span1D Span1D.append(Span s)
          Return the span that results from appending the other span to this span, if the resulting span is contiguous.
 boolean Span.intersects(Span s)
          Whether this span and the given span intersect.
 Enfilade1D Enfilade1D.Maker.makeEnfilade(Span span)
           
 

Uses of Span in gzz.media.impl
 

Classes in gzz.media.impl that implement Span
 class FakeTextSpan
          An object that behaves like a text span but is not stored in a real Storm block.
static class ScrollBlockManager.ImageSpanBase
          A base class for image spans.
static class ScrollBlockManager.PageSpanBase
          A base class for page spans.
static class ScrollBlockManager.Span1DBase
          A base class for 1-D spans.
static class ScrollBlockManager.SpanBase
          A base class for physical spans that belong to one particular scrollblock.
 

Methods in gzz.media.impl that return Span
 Span TransientTextScroll.getCurrent()
           
 Span TransientTextScroll.getSpan(int offs1, int offs2)
           
 Span SimpleImageScroll.getCurrent()
           
 Span SimpleImageScroll.getSpan(int x, int y, int w, int h)
           
static Span ScrollBlockManager.getSpan(Mediaserver ms, Mediaserver.Id id, int x, int y, int w, int h)
           
static Span ScrollBlockManager.getSpan(Mediaserver ms, Mediaserver.Id id, int poffs, int plen, int x, int y, int w, int h)
           
 Span PermanentTextScroll.getCurrent()
           
 Span PermanentTextScroll.getSpan(int offs1, int offs2)
           
 Span PageImageScroll.getCurrent()
           
 Span PageImageScroll.getSpan(int p0, int p1, int x, int y, int w, int h)
           
 Span FakeTextSpan.FakeTextScrollBlock.getCurrent()
           
 Span FakeTextSpan.FakeTextScrollBlock.getSpan(int offs, int len)
           
 

Methods in gzz.media.impl with parameters of type Span
 void SimpleSpanSet.addSpan(Span s, java.lang.Object obj)
          Add a span.
 java.util.Collection SimpleSpanSet.overlaps(Span s)
          Get the objects corresponding to the spans entered that overlap the given span.
 Span1D ScrollBlockManager.Span1DBase.append(Span s)
           
 boolean ScrollBlockManager.Span1DBase.intersects(Span s)
           
 boolean ScrollBlockManager.Span1DBase.intersectsAfter(Span s)
           
 boolean ScrollBlockManager.Span1DBase.intersectsBefore(Span s)
           
 boolean ScrollBlockManager.ImageSpanBase.intersects(Span s)
           
 boolean ScrollBlockManager.PageSpanBase.intersects(Span s)
           
 Span1D ScrollBlockManager.PageSpanBase.append(Span s)
           
 Span1D FakeTextSpan.append(Span s)
           
 boolean FakeTextSpan.intersects(Span s)
           
 boolean Enfilade1DImpl.intersects(Span s)
          Return true if this enfilade intersects (span-wise) the given span.
 Enfilade1D Enfilade1DImpl.Enfilade1DImplMaker.makeEnfilade(Span span)
           
 

Constructors in gzz.media.impl with parameters of type Span
Enfilade1DImpl(Enfilade1DImpl left, Span middle, Enfilade1DImpl right)
           
Enfilade1DImpl(Span span)