| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class PostScriptDC |
|
object--+ |Object--+ |DC--+ | PostScriptDC
This is a wx.DC that can write to PostScript files on any platform.
| Method Summary | |
|---|---|
| PostScriptDC |
Constructs a PostScript printer device context from a wx.PrintData
object. |
__repr__(self)
| |
| wxPrintData | GetPrintData(self)
|
| int |
Return resolution used in PostScript output. (Static method) |
SetPrintData(self,
data)
| |
Set resolution (in pixels per inch) that will be used in PostScript output. (Static method) | |
| Instance Method Details |
|---|
__init__(self,
printData)
|
| Static Method Details |
|---|
GetResolution()Return resolution used in PostScript output.
|
SetResolution(ppi)Set resolution (in pixels per inch) that will be used in PostScript output. Default is 720ppi.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:20 2006 | http://epydoc.sf.net |