2. Reference and API Documentation¶
2.1. Fundamental Data Types and Constants (layout.datatypes
)¶
2.2. Managers in the Layout Tree (layout.managers
)¶
- 2.2.1. Aligning Elements in Larger Spaces (
layout.managers.align
) - 2.2.2. Java-Style Box Layout (
layout.managers.box
) - 2.2.3. Clipping Portions of the Layout (
layout.elements.clip
) - 2.2.4. Vertical and Horizontal Alignment (
layout.managers.directional
) - 2.2.5. Fixed Elements in the Dynamic Layout (
layout.managers.fixed
) - 2.2.6. Grid Layout (
layout.managers.grid
) - 2.2.7. Jittering an Existing Layout (
layout.managers.jitter
) - 2.2.8. Add Margins to an Element (
layout.managers.margins
) - 2.2.9. Multiple Elements in the Same Space (
layout.managers.overlay
) - 2.2.10. Rotation and Scaling of Elements (
layout.managers.transform
) - 2.2.11. Limiting Recursion in Trees with Loops (
layout.managers.recursion
) - 2.2.12. Superclasses for Elements in the Layout Tree (
layout.managers.root
)