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

Provides constants that are used to specify the layout of a set of graphical objects. More...

+ Inheritance diagram for CDPL.Vis.LayoutStyle:

Static Public Attributes

int LINEAR = 1
 Specifies that the objects have to be arranged along a line.
 
int NONE = 0
 Specifies that the objects have no special layout.
 
int PACKED = 2
 Specifies that the objects have to be arranged in multiple rows within a rectangle.
 

Detailed Description

Provides constants that are used to specify the layout of a set of graphical objects.