| protected void | FlowView.FlowStrategy. adjustRow(FlowView fv, int rowIndex, int desiredSpan, int x) | 指定された行を可能であれば調整して、配置スパン内に収めるようにします。 | 
| void | FlowView.FlowStrategy. changedUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) | このビューが扱う位置で属性が変更されたことをドキュメントから通知します。 | 
| protected View | FlowView.FlowStrategy. createView(FlowView fv, int startOffset, int spanLeft, int rowIndex) | 現在のフローの一部を表すために使用できるビューを作成します。 | 
| protected View | FlowView.FlowStrategy. getLogicalView(FlowView fv) | このメソッドはFlowViewの論理ビューへのフローを示します。 | 
| void | FlowView.FlowStrategy. insertUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) | このビューが担当する位置でドキュメントに何かが挿入されたことを通知します。 | 
| void | FlowView.FlowStrategy. layout(FlowView fv) | 指定されたFlowViewのフローを更新します。 | 
| protected int | FlowView.FlowStrategy. layoutRow(FlowView fv, int rowIndex, int pos) | 行の配置スパンのなかにおさまるビューの行を作成します。 | 
| void | FlowView.FlowStrategy. removeUpdate(FlowView fv, DocumentEvent e, Rectangle alloc) | このビューが担当するドキュメント内の位置から何かが削除されたということを通知します。 |