Home | Trees | Index | Help |
---|
Package numdisplay :: Module displaydev :: Class ImageDisplay |
|
object
--+
|
ImageDisplay
FifoImageDisplay
,
ImageDisplayProxy
,
UnixImageDisplay
Method Summary | |
---|---|
__init__(self)
| |
Close image display connection | |
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. | |
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) |
Method Details |
---|
close(self, os_close=<built-in function close>)Close image display connection |
eraseFrame(self)Sends commands to erase active frame. |
getConfigno(self, stdname)Determine which config number matches specified frame buffer name. |
readCursor(self, sample=0)Read image cursor value for this image display Return immediately if sample is true, or wait for keystroke if sample is false (default). Returns a string with x, y, frame, and key. |
readData(self, x, y, pix)Reads data from x,y position in active frame. |
readInfo(self)Read tx and ty from active frame of display device. |
readWCS(self, wcsinfo)Reads WCS information from active frame of display device. |
selectFB(self, nx, ny, reset=None)Select the frame buffer that best matches the input image size. |
setCursor(self, x, y, wcs)Moves cursor to specified position in frame. |
setFBconfig(self, fbnum, bufname=None)Set the frame buffer values for the given frame buffer name. |
setFrame(self, frame_num=1)Sets the active frame in frame buffer to specified value. |
syncWCS(self, wcsinfo)Update WCS to match frame buffer being used. |
writeData(self, x, y, pix)Writes out image data to x,y position in active frame. |
writeImage(self, pix, wcsinfo)Write out image to display device in 32Kb sections. |
writeWCS(self, wcsinfo)Writes out WCS information for frame to display device. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Mar 14 13:21:48 2008 | http://epydoc.sf.net |