A B C D E F G H I J L M N O P R S T U W Y _

J

JPEGCamera - class se.lth.cs.jpeg.JPEGCamera.
 
JPEGCamera() - Constructor for class se.lth.cs.jpeg.JPEGCamera
 
JPEGCamera(Dimension) - Constructor for class se.lth.cs.jpeg.JPEGCamera
 
JPEGCamera(int) - Constructor for class se.lth.cs.jpeg.JPEGCamera
 
JPEGCamera(Dimension, int) - Constructor for class se.lth.cs.jpeg.JPEGCamera
 
JPEGCamera(Dimension, int, int) - Constructor for class se.lth.cs.jpeg.JPEGCamera
Create JPEGCamera to grab images with the specified dimension, quality, and hardware framerate.
JPEGDecoder - class se.lth.cs.jpeg.JPEGDecoder.
Provides functionality to decode JPEG images and convert them directly to java.awt.Image objects or to raw pixel bytes.
JPEGDecoder() - Constructor for class se.lth.cs.jpeg.JPEGDecoder
 
JPEGEvent - class se.lth.cs.jpeg.JPEGEvent.
An event class for timestamped JPEG images, as returned by a camera.
JPEGEvent(Object, long, byte[]) - Constructor for class se.lth.cs.jpeg.JPEGEvent
 
JPEGHTTPClient - class JPEGHTTPClient.
HTTP client subclass to AbstractJPEGStream.
JPEGHTTPClient(String, int) - Constructor for class JPEGHTTPClient
 
JPEGHTTPServer - class JPEGHTTPServer.
Itsy bitsy teeny weeny web server.
JPEGHTTPServer(int, AbstractJPEGStream) - Constructor for class JPEGHTTPServer
 
JPEGMotionDetector - class se.lth.cs.jpeg.JPEGMotionDetector.
Motion detector for JPEG encoded images.
JPEGMotionDetector(int, int, int) - Constructor for class se.lth.cs.jpeg.JPEGMotionDetector
Create a motion detector with a given sampling distance.
JPEGNativeDecoder - class se.lth.cs.jpeg.JPEGNativeDecoder.
Native methods for decoding JPEG data.
JPEGNativeDecoder() - Constructor for class se.lth.cs.jpeg.JPEGNativeDecoder
 
JPEGPlayer - class se.lth.cs.jpeg.JPEGPlayer.
A camera substitute.
JPEGPlayer(String) - Constructor for class se.lth.cs.jpeg.JPEGPlayer
Create a JPEG player with no ID and load a JPEG video from the given .Jpeg file.
JPEGPlayer(String, float) - Constructor for class se.lth.cs.jpeg.JPEGPlayer
Create a JPEG player with the given ID and load a JPEG video from the given .Jpeg file.
JPEGPlayer(String, float, boolean) - Constructor for class se.lth.cs.jpeg.JPEGPlayer
Create a JPEG player with the given ID and load a JPEG video from the given .Jpeg file.
JPEGStreamViewer - class JPEGStreamViewer.
A window that can show images from an AbstractJPEGStream.
JPEGStreamViewer(AbstractJPEGStream) - Constructor for class JPEGStreamViewer
 
JPEGViewer - class JPEGViewer.
A window that can show images from an AbstractJPEGStream.
JPEGViewer(AbstractJPEGStream) - Constructor for class JPEGViewer
 
JThread - class se.lth.cs.realtime.JThread.
Thread of concurrent execution according to the Java platform, but extended with the facilities provided by the RTThread class.
JThread() - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with a newly generated name in its father's ThreadGroup.
JThread(String) - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with the specified name in its parent's ThreadGroup.
JThread(ThreadGroup) - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with a newly generated name in the specified ThreadGroup.
JThread(ThreadGroup, String) - Constructor for class se.lth.cs.realtime.JThread
Allocates a new JThread object with the specified name in the specified ThreadGroup.
JavaImageCanvas - class se.lth.cs.jpeg.JavaImageCanvas.
 
JavaImageCanvas(int, int) - Constructor for class se.lth.cs.jpeg.JavaImageCanvas
 
join() - Method in interface se.lth.cs.realtime.Activity
 
join() - Method in class se.lth.cs.realtime.ActivityImpl
Calls isAlive for the represented thread.
join(long) - Method in class se.lth.cs.realtime.RTThread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class se.lth.cs.realtime.RTThread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
join() - Method in class se.lth.cs.realtime.RTThread
Waits for this thread to die.

A B C D E F G H I J L M N O P R S T U W Y _