Uses of Interface
gzz.media.SpanMaker

Packages that use SpanMaker
gzz.fuzzy   
gzz.impl   
gzz.media.impl   
 

Uses of SpanMaker in gzz.fuzzy
 

Methods in gzz.fuzzy with parameters of type SpanMaker
 EnfiladeAligner.Instance EnfiladeAligner.start(Enfilade1D enf, SpanMaker maker)
          Start editing: create an Instance object.
 

Uses of SpanMaker in gzz.impl
 

Constructors in gzz.impl with parameters of type SpanMaker
SimpleVStreamTexter(SpanMaker spanMaker, Enfilade1D.Maker enfMaker, EnfiladeAligner enfAligner)
          Deprecated. EnfiladeAligner should not be provided by Space: it's too complicated and ill-defined for that.
SimpleVStreamTexter(SpanMaker spanMaker, Enfilade1D.Maker enfMaker)
          Create a new object with given new span maker.
SimpleDeltaVStreamTexter(SpanMaker spanMaker, Enfilade1D.Maker enfMaker, EnfiladeAligner enfAligner)
          Deprecated. EnfiladeAligner should not be provided by Space: it's too complicated and ill-defined for that.
SimpleDeltaVStreamTexter(SpanMaker spanMaker, Enfilade1D.Maker enfMaker)
           
 

Uses of SpanMaker in gzz.media.impl
 

Classes in gzz.media.impl that implement SpanMaker
 class FakeSpanMaker
          A SpanMaker that makes virtual (not-real) span objects.
 class ScrollSpanMaker
          A SpanMaker that makes real spans in TransientTextScrolls.