Module report2d
Utilities for generating PDF and HTML 2D report files.
  Copyright Schrodinger, LLC. All rights reserved.
    |  | StructInfo Stores information that is needed to draw a structure to PDF/HTML.
 | 
    |  | PicturePrinter Class for drawing structure pictures to a QPrinter for generating 
        PDFs.
 | 
    |  | Report2D | 
    |  | DEBUG = Falsehash(x)
 | 
    |  | EXPORT_IMAGE_HEIGHT = 200 | 
    |  | EXPORT_IMAGE_WIDTH = 400 | 
    |  | EXPORT_NOSCALE_SCALE = 0.6 | 
    |  | HTML_IMAGE_SCALE = 0.5 | 
    |  | MAX_ATOMS = 300 | 
    |  | STEREO_3D = 2 | 
    |  | STEREO_2D = 4 | 
    |  | STEREO_AUTO = 6 | 
    |  | __package__ = 'schrodinger.application' |