SourceForge.net Logo
aXSL API 0.1

org.axsl.text.line
Interface LineBreakControl


public interface LineBreakControl

This interface must be implemented by some class on the calling end. It is responsible to provide information to the line-breaking system while that system is running.


Method Summary
 LineOutput getNextLine()
          Provides the line-breaking system with the next LineOutput implementation on which text should be placed.
 

Method Detail

getNextLine

public LineOutput getNextLine()
                       throws TextException
Provides the line-breaking system with the next LineOutput implementation on which text should be placed.

Returns:
A LineOutput implementation on which the next line content should be placed.
Throws:
TextException - If unable to obtain a new LineOutput implementation.

SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.