OE2DActiveSiteLegendDisplayOptions¶
class OE2DActiveSiteLegendDisplayOptions
This class represents OE2DActiveSiteLegendDisplayOptions that encapsulates
properties that determine how the legend of a color force field is depicted by
the OEDrawActiveSiteLegend
function.
See also
OE2DActiveSiteDisplay
classOEDrawActiveSiteLegend
function
Code Example
Visualizing Protein-Ligand Interactions OpenEye Python Cookbook recipe
Constructors¶
OE2DActiveSiteLegendDisplayOptions(unsigned int rows, unsigned int cols)
Creates an OE2DActiveSiteLegendDisplayOptions object with the specified number of rows and columns..
- rows
The number of rows in the legend.
- cols
The number of columns in the legend.
OE2DActiveSiteLegendDisplayOptions(const OE2DActiveSiteLegendDisplayOptions &rhs)
Copy constructor.
operator=¶
OE2DActiveSiteLegendDisplayOptions &
operator=(const OE2DActiveSiteLegendDisplayOptions &rhs)
Assignment operator.
NumRows¶
unsigned int NumRows() const