Chemical Data Processing Library C++ API - Version 1.1.1
|
Provides constants that are used to specify the layout of a set of graphical objects. More...
Variables | |
const unsigned int | NONE = 0 |
Specifies that the objects have no special layout. More... | |
const unsigned int | LINEAR = 1 |
Specifies that the objects have to be arranged along a line. More... | |
const unsigned int | PACKED = 2 |
Specifies that the objects have to be arranged in multiple rows within a rectangle. More... | |
Provides constants that are used to specify the layout of a set of graphical objects.
const unsigned int CDPL::Vis::LayoutStyle::NONE = 0 |
Specifies that the objects have no special layout.
const unsigned int CDPL::Vis::LayoutStyle::LINEAR = 1 |
Specifies that the objects have to be arranged along a line.
const unsigned int CDPL::Vis::LayoutStyle::PACKED = 2 |
Specifies that the objects have to be arranged in multiple rows within a rectangle.