gzz.media.impl
Class ScrollSpanMaker

java.lang.Object
  |
  +--gzz.media.impl.ScrollSpanMaker
All Implemented Interfaces:
SpanMaker

public class ScrollSpanMaker
extends java.lang.Object
implements SpanMaker

A SpanMaker that makes real spans in TransientTextScrolls. Hm. This could be generalized by creating a factory for text scoll blocks... but this is a factory that uses another factory already, so let's not do a third kind of factory in here for now.


Constructor Summary
ScrollSpanMaker()
           
 
Method Summary
 TextSpan makeTextSpan(char c)
           
 TextSpan makeTextSpan(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollSpanMaker

public ScrollSpanMaker()
Method Detail

makeTextSpan

public TextSpan makeTextSpan(char c)
Specified by:
makeTextSpan in interface SpanMaker

makeTextSpan

public TextSpan makeTextSpan(java.lang.String s)
Specified by:
makeTextSpan in interface SpanMaker