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
OE2DActiveSiteDisplayclassOEDrawActiveSiteLegendfunction
Code Example
Visualizing Protein-Ligand Interactions OpenEye Python Cookbook recipe
Constructors
OE2DActiveSiteLegendDisplayOptions(rows: int, cols: int) -> OE2DActiveSiteLegendDisplayOptions
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(rhs: OE2DActiveSiteLegendDisplayOptions) -> OE2DActiveSiteLegendDisplayOptions
Copy constructor.
NumCols
NumCols() -> int
Returns the number of columns of the legend.
NumRows
NumRows() -> int