Class FlowAdapter

All Implemented Interfaces:
IFigure

public class FlowAdapter extends FlowFigure
Adapts non-flow figures for use within a parent hierarchy requiring flow figures. Normal draw2d figures can be added as children. If a normal LayoutManager is set, the children will be positioned by that layout manager. The size of this figure within the flow will be determined by its preferred size.

WARNING: This class is not intended to be subclassed by clients.

Since:
3.1