Class Stack

All Implemented Interfaces:
Cullable, Layout

public class Stack extends WidgetGroup
A stack is a container that sizes its children to its size and positions them at 0,0 on top of each other.

The preferred and min size of the stack is the largest preferred and min size of any children. The max size of the stack is the smallest max size of any children.

Author:
Nathan Sweet