Class ImageDisplay

java.lang.Object
  |
  +--ImageDisplay

public class ImageDisplay
extends java.lang.Object

This class provides initialization for all non-window objects that need initialization. In particular, the device driver C library functions are enabled here along with any global constants and variables that are needed. CVM - Model

Version:
1.00
Author:
Scott Streit

Field Summary
static int disp_fd
           
 
Constructor Summary
ImageDisplay()
          Class Constructor.
 
Method Summary
(package private) static void ()
           
private static void Cclose_display(int disp_fd)
           
static int Cdisplay(int mem_fd, int rows, int cols)
           
private static int Copen_display()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

disp_fd

public static int disp_fd
Constructor Detail

ImageDisplay

public ImageDisplay()
Class Constructor.
Method Detail

Copen_display

private static int Copen_display()

Cclose_display

private static void Cclose_display(int disp_fd)

Cdisplay

public static int Cdisplay(int mem_fd,
                           int rows,
                           int cols)

static void ()