Class StackLayout

All Implemented Interfaces:
LayoutManager

public class StackLayout extends AbstractHintLayout
Figures using the StackLayout as their layout manager have their children placed on top of one another. Order of placement is determined by the order in which the children were added, first child added placed on the bottom.