API Reference for Enthought Tool Suite 3.2.0
Chaco's PostScript (PS/EPSF) backend
| Copyright: | ActiveState |
|---|---|
| License: | BSD Style |
| Author: | David Ascher (davida@activestate.com) |
| Version: | $Revision: 1.2 $ |
This backend does not have compiled paths, yet.
CompiledPath = None
fill_stroke_map = { Name('FILL_STROKE') : Tuple([Const('fill'), Const('stroke')]), Name('EOF_FILL_STROKE') : Tuple([Const('eofill'), Const('stroke')]), Name('FILL') : Tuple([Const('fill'), Name('None')]), Name('STROKE') : Tuple([Const('stroke'), Name('None')]), Name('EOF_FILL') : Tuple([Const('eofill'), Name('None')]) }
font_face_map = { Const('Arial') : Const('Helvetica') }
font_map = { Const('Arial') : Const('Helvetica') }
font_map = { Const('Arial') : Const('Helvetica') }
line_cap_map = { Getattr(Name('constants'), 'CAP_BUTT') : Const(0), Getattr(Name('constants'), 'CAP_ROUND') : Const(1), Getattr(Name('constants'), 'CAP_SQUARE') : Const(2) }
line_join_map = { Getattr(Name('constants'), 'JOIN_MITER') : Const(0), Getattr(Name('constants'), 'JOIN_ROUND') : Const(1), Getattr(Name('constants'), 'JOIN_BEVEL') : Const(2) }
| Local name | Refers to |
|---|---|
| _fontdata | enthought.kiva._fontdata |
| affine | enthought.kiva.affine |
| arange | numpy.arange |
| basecore2d | enthought.kiva.basecore2d |
| constants | enthought.kiva.constants |
| cStringIO | cStringIO |
| EOF_FILL | enthought.kiva.constants.EOF_FILL |
| EOF_FILL_STROKE | enthought.kiva.constants.EOF_FILL_STROKE |
| FILL | enthought.kiva.constants.FILL |
| FILL_STROKE | enthought.kiva.constants.FILL_STROKE |
| os | os |
| pi | numpy.pi |
| ravel | numpy.ravel |
| STROKE | enthought.kiva.constants.STROKE |
| sys | sys |
© Copyright 2002-2009 Enthought, Inc.