Class FlowPage

All Implemented Interfaces:
IFigure

public class FlowPage extends BlockFlow
The root of a Flow hierarchy. A flow page can be treated as a normal figure, but contains FlowFigures.

A FlowPage will not have a defined width unless it is inside a figure whose layout provides width hints when calling IFigure.getPreferredSize(int, int).

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