zeus.visualiser.basic
Class Player

java.lang.Object
  extended byjava.lang.Thread
      extended byzeus.visualiser.basic.Player
All Implemented Interfaces:
java.lang.Runnable

public class Player
extends java.lang.Thread


Field Summary
private static long CDEFAULT_SPEED
           
(package private) static int CLOSE
           
private  int cmd
           
(package private) static int COUNT
           
private  long DEFAULT_SPEED
           
(package private) static int FIRST
           
(package private) static int LAST
           
(package private) static int LIST
           
private  int max_count
           
(package private) static int NEXT
           
(package private) static int OPEN
           
private  boolean playback
           
(package private) static int PRIOR
           
(package private) static int READY
           
private  boolean single_step
           
(package private) static int STOP
           
private  long timeout
           
protected  VideoTool video
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) Player(VideoTool video)
           
 
Method Summary
(package private)  void fforward()
           
(package private)  void first()
           
(package private)  void forward_step()
           
(package private)  void forward()
           
(package private)  void frewind()
           
(package private) static long getDefaultSpeed()
           
(package private)  long getSpeed()
           
(package private)  void last()
           
(package private)  void pause()
           
private  boolean ready()
           
(package private)  void rewind_step()
           
(package private)  void rewind()
           
 void run()
           
private  boolean running()
           
(package private)  void setCommand(int cmd)
           
(package private)  void setCount(int max)
           
(package private) static void setDefaultSpeed(long s)
           
(package private)  void setSpeed(long speed)
           
(package private)  void terminate()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COUNT

static final int COUNT
See Also:
Constant Field Values

LIST

static final int LIST
See Also:
Constant Field Values

NEXT

static final int NEXT
See Also:
Constant Field Values

PRIOR

static final int PRIOR
See Also:
Constant Field Values

FIRST

static final int FIRST
See Also:
Constant Field Values

LAST

static final int LAST
See Also:
Constant Field Values

OPEN

static final int OPEN
See Also:
Constant Field Values

CLOSE

static final int CLOSE
See Also:
Constant Field Values

READY

static final int READY
See Also:
Constant Field Values

STOP

static final int STOP
See Also:
Constant Field Values

CDEFAULT_SPEED

private static long CDEFAULT_SPEED

DEFAULT_SPEED

private long DEFAULT_SPEED

video

protected VideoTool video

max_count

private int max_count

cmd

private int cmd

playback

private boolean playback

single_step

private boolean single_step

timeout

private long timeout
Constructor Detail

Player

Player(VideoTool video)
Method Detail

setSpeed

void setSpeed(long speed)

getSpeed

long getSpeed()

getDefaultSpeed

static long getDefaultSpeed()

setDefaultSpeed

static void setDefaultSpeed(long s)

ready

private boolean ready()

first

void first()

last

void last()

forward_step

void forward_step()

rewind_step

void rewind_step()

forward

void forward()

rewind

void rewind()

fforward

void fforward()

frewind

void frewind()

pause

void pause()

terminate

void terminate()

running

private boolean running()

setCommand

void setCommand(int cmd)

setCount

void setCount(int max)

run

public void run()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.