org.limn.render
Class JPEGImageProducer

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.limn.render.JPEGImageProducer
All Implemented Interfaces:
java.lang.Runnable, ViewPane

public class JPEGImageProducer
extends java.lang.Thread
implements ViewPane

ImageProducer creates images to be rendered in java from a series of jpeg images. It uses the count integer as a value to index the frame number


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
JPEGImageProducer(LimnViewer l)
           
 
Method Summary
 void backward()
           
 void clear()
           
 void forward()
           
 void rest()
           
 void run()
           
 void stepBack()
           
 void stepForward()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPEGImageProducer

public JPEGImageProducer(LimnViewer l)
Method Detail

run

public void run()
Overrides:
run in class java.lang.Thread

rest

public void rest()
Specified by:
rest in interface ViewPane

forward

public void forward()
Specified by:
forward in interface ViewPane

backward

public void backward()
Specified by:
backward in interface ViewPane

stepBack

public void stepBack()
Specified by:
stepBack in interface ViewPane

stepForward

public void stepForward()
Specified by:
stepForward in interface ViewPane

clear

public void clear()
Specified by:
clear in interface ViewPane