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 similar to the card layout, but all children of the parent band have the same size and all children can be visible at the same time.

Author:
Thomas Morgner