Package org.jfree.ui

Class OverlayLayout

java.lang.Object
org.jfree.ui.OverlayLayout
All Implemented Interfaces:
LayoutManager

public final class OverlayLayout extends Object implements LayoutManager
A simple layoutmanager to overlay all components of a parent.

This layout manager acts similiar to the card layout, but all childs of the parent band have the same size and all childs can be visible at the same time.

Author:
Thomas Morgner