Home | Trees | Index | Help |
---|
Package numdisplay :: Module displaydev :: Class UnixImageDisplay |
|
object
--+ |ImageDisplay
--+ | UnixImageDisplay
InetImageDisplay
Method Summary | |
---|---|
__init__(self,
filename,
family,
type)
| |
Close image display connection | |
Inherited from ImageDisplay | |
Sends commands to erase active frame. | |
Determine which config number matches specified frame buffer name. | |
Read image cursor value for this image display | |
Reads data from x,y position in active frame. | |
Read tx and ty from active frame of display device. | |
Reads WCS information from active frame of display device. | |
Select the frame buffer that best matches the input image size. | |
Moves cursor to specified position in frame. | |
Set the frame buffer values for the given frame buffer name. | |
Sets the active frame in frame buffer to specified value. | |
Update WCS to match frame buffer being used. | |
Writes out image data to x,y position in active frame. | |
Write out image to display device in 32Kb sections. | |
Writes out WCS information for frame to display device. | |
Read n bytes from image display and return as string | |
Write string s to image display | |
Write request to image display | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from ImageDisplay | |
int |
_COMMAND = 32768 |
int |
_FEEDBACK = 5 |
int |
_IIS_READ = 32768 |
int |
_IIS_WRITE = 131072 |
int |
_IMC_SAMPLE = 16384 |
int |
_IMCURSOR = 16 |
int |
_LUT = 2 |
int |
_MEMORY = 1 |
int |
_PACKED = 16384 |
int |
_SZ_IMCURVAL = 160 |
int |
_SZ_WCSBUF = 320 |
int |
_WCS = 17 |
Method Details |
---|
close(self)Close image display connection
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Mar 14 13:21:48 2008 | http://epydoc.sf.net |