| Home | Trees | Index | Help |
|---|
| Package numdisplay :: Module displaydev :: Class InetImageDisplay |
|
object--+ |ImageDisplay--+ |UnixImageDisplay--+ | InetImageDisplay
| Method Summary | |
|---|---|
__init__(self,
port,
hostname)
| |
| Inherited from UnixImageDisplay | |
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. | |
| 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) | |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Mar 14 13:21:48 2008 | http://epydoc.sf.net |