Class InlineFlowLayout

All Implemented Interfaces:
LayoutManager, FlowContext

public class InlineFlowLayout extends FlowContainerLayout
The layout manager for InlineFlow figures.

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

Since:
2.1
  • Constructor Details

    • InlineFlowLayout

      public InlineFlowLayout(FlowFigure flow)
      Creates a new InlineFlowLayout with the given FlowFigure.
      Parameters:
      flow - The FlowFigure
  • Method Details