Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Vis.DataFormat Class Reference

Provides preinitialized Base.DataFormat objects for all supported image output formats. More...

+ Inheritance diagram for CDPL.Vis.DataFormat:

Static Public Attributes

 PNG = CDPL.Base.DataFormat(name='PNG', descr='Portable Network Graphics', mime_type'image/png', file_exts=['png'], multi_rec=False)
 Provides meta-information about the Portable Network Graphics [WPNG] format.
 
 PDF = CDPL.Base.DataFormat(name='PDF', descr='Adobe Portable Document Format', mime_type'application/pdf', file_exts=['pdf'], multi_rec=False)
 Provides meta-information about the Portable Document Format [WPDF].
 
 PS = CDPL.Base.DataFormat(name='PS', descr='Adobe PostScript', mime_type'application/postscript', file_exts=['ps', 'eps'], multi_rec=False)
 Provides meta-information about the PostScript [WPS] format.
 
 SVG = CDPL.Base.DataFormat(name='SVG', descr='Scalable Vector Graphics', mime_type'image/svg+xml', file_exts=['svg'], multi_rec=False)
 Provides meta-information about the Scalable Vector Graphics [WSVG] format.
 

Detailed Description

Provides preinitialized Base.DataFormat objects for all supported image output formats.