gzz.zzutil
Class Media

java.lang.Object
  |
  +--gzz.zzutil.Media

public class Media
extends java.lang.Object


Constructor Summary
Media()
           
 
Method Summary
static java.util.Set getScrollBlockRepresentatives(Enfilade1D enf)
          Get a set of "representative" spans from the enfilade.
static java.util.Set getScrollBlocks(Enfilade1D enf)
          Get the set of ScrollBlock objects in the given enfilade.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Media

public Media()
Method Detail

getScrollBlocks

public static java.util.Set getScrollBlocks(Enfilade1D enf)
Get the set of ScrollBlock objects in the given enfilade.


getScrollBlockRepresentatives

public static java.util.Set getScrollBlockRepresentatives(Enfilade1D enf)
Get a set of "representative" spans from the enfilade. Most useful for pagespans.