sigmlanim
Class PrimerForAnimationLoader
java.lang.Object
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.
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 |
PrimerForAnimationLoader
public PrimerForAnimationLoader()
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.