Getting Started
Front Matter
Licensing
Installation
Using PyCharm
GCC Licensing
How to import the toolkits
Release Notes
Release Highlights 2018.Feb
Detailed Release Notes
Previous Release Highlights
Toolkit API
Release Cycle
OEChem Toolkit
Introduction
OEChem Theory
OESystem Theory
OEBio Theory
OEGrid Theory
Examples
OEChem API
OESystem API
OEPlatform API
OEMath API
OEBio API
Release Notes
Glossary and Bibliography
Indices and tables
OEDepict Toolkit
Introduction
Theory
Examples
Appendices
API
Release Notes
Glossary and Bibliography
Indices and Tables
Grapheme Toolkit
Introduction
Theory
Examples
API
Release Notes
Indices and Tables
GraphSim Toolkit
Introduction
Theory
Examples
API
Release Notes
Glossary and Bibliography
Indices and Tables
Lexichem Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
OEMedChem Toolkit
Introduction
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
MolProp Tookit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
Quacpac Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
OEFF Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
OEDocking Toolkit
Introduction
Theory
API
Release Notes
Bibliography
Indices and Tables
Omega Toolkit
Theory
Examples
API
Release Notes
Bibliography
Indices and Tables
Shape Toolkit
Theory
Examples
API
Deprecated API
Release Notes
Bibliography
Indices and Tables
Spicoli Toolkit
Theory
API
Release Notes
Glossary and Bibliography
Indices and Tables
Spruce Toolkit
Introduction
Theory
Examples
Preliminary API
Release Notes
Indices and Tables
Szmap Toolkit
Introduction
Theory and Examples
API
Release Notes
Bibliography
Indices and Tables
Szybki Toolkit
Theory
API
Examples
Release Notes
Bibliography
Indices and Tables
Zap Toolkit
Theory and Examples
API
Release Notes
Reference
FastROCS Toolkit
Introduction
Theory
Examples
Tutorials
API
Release Notes
Bibliography
Indices and Tables
Toolkits-2018.Feb.1-python
Docs
»
Grapheme Toolkit 1.3.5
»
Release Notes
»
Grapheme TK 1.1.1
Grapheme TK 1.1.1
¶
New features
¶
Added the following setter and getter methods that control whether a background color is cleared prior to rendering. This allows to generate an image with transparent background.
OEShapeQueryDisplayOptions.GetClearBackground
and
OEShapeQueryDisplayOptions.SetClearBackground
OEShapeOverlapDisplayOptions.GetClearBackground
and
OEShapeOverlapDisplayOptions.SetClearBackground
OEColorOverlapDisplayOptions.GetClearBackground
and
OEColorOverlapDisplayOptions.SetClearBackground
Minor bug fixes
¶
OEDepict TK
symbols are no longer imported along with the
oegrapheme
module.
Added “BRIEF” line to interfaces of
Grapheme TK
examples.
Documentation changes
¶
Added example of drawing multiple 2D surfaces in the
Drawing a Molecule Surface
chapter.
All images were automatically regenerated to reflect the changes made since the previous release.