sigmlanim
Class PrimerForAnimationLoader

java.lang.Object
  extended by sigmlanim.PrimerForAnimationLoader

public class PrimerForAnimationLoader
extends java.lang.Object

Provides support for the priming of an animation loader class, which is done with the intention of speeding up the operation of any later instance of the class.


Constructor Summary
PrimerForAnimationLoader()
           
 
Method Summary
static java.io.StringReader getNewPrimerSource()
          Returns a reader for the standard primer input string, a simple SiGML text.
static void runLoaderPrimer(java.lang.Runnable PRIMER, java.lang.String PREFIX)
          Runs the given animation loader primer, using the given prefix string when reporting the time taken.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimerForAnimationLoader

public PrimerForAnimationLoader()
Method Detail

getNewPrimerSource

public static java.io.StringReader getNewPrimerSource()
Returns a reader for the standard primer input string, a simple SiGML text.


runLoaderPrimer

public static void runLoaderPrimer(java.lang.Runnable PRIMER,
                                   java.lang.String PREFIX)
Runs the given animation loader primer, using the given prefix string when reporting the time taken.