Module java.desktop

Class FlowView.FlowStrategy

java.lang.Object
javax.swing.text.FlowView.FlowStrategy
Enclosing class:
FlowView

public static class FlowView.FlowStrategy extends Object
Strategy for maintaining the physical form of the flow. The default implementation is completely stateless, and recalculates the entire flow if the layout is invalid on the given FlowView. Alternative strategies can be implemented by subclassing, and might perform incremental repair to the layout or alternative breaking behavior.
Since:
1.3