gzz.media.impl
Class ScrollBlockManager.SpanBase

java.lang.Object
  |
  +--gzz.media.impl.ScrollBlockManager.SpanBase
All Implemented Interfaces:
java.io.Serializable, Span
Direct Known Subclasses:
ScrollBlockManager.ImageSpanBase, ScrollBlockManager.Span1DBase
Enclosing class:
ScrollBlockManager

public abstract static class ScrollBlockManager.SpanBase
extends java.lang.Object
implements Span, java.io.Serializable

A base class for physical spans that belong to one particular scrollblock.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface gzz.media.Span
rcsid
 
Method Summary
 ScrollBlock getScrollBlock()
          Get the ScrollBlock that this span points to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gzz.media.Span
intersects, toString
 

Method Detail

getScrollBlock

public ScrollBlock getScrollBlock()
Description copied from interface: Span
Get the ScrollBlock that this span points to.

Specified by:
getScrollBlock in interface Span