SourceForge.net Logo
aXSL API 0.1

Uses of Package
org.axsl.text.line

Packages that use org.axsl.text.line
org.axsl.areaW Interfaces useful in the creation of an AreaTree. 
org.axsl.foR Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. 
org.axsl.foR.fo Interfaces useful for describing standard formatting objects in a common way. 
org.axsl.text Interfaces useful for various text processing tasks. 
org.axsl.text.line Interfaces useful for breaking text into lines. 
 

Classes in org.axsl.text.line used by org.axsl.areaW
LineOutput
          Interface for objects that represent a line of actual output.
 

Classes in org.axsl.text.line used by org.axsl.foR
LineContent
          This is the super-interface for all line content that can be evaluated for line-breaking purposes.
LineNonText
          This interface should be used by classes wishing to present themselves to the line-breaking system as being a part of a line, but not containing text.
LineText
          This interface should be used by classes who wish to present themselves to the line-breaking system as containing text.
 

Classes in org.axsl.text.line used by org.axsl.foR.fo
LineContent
          This is the super-interface for all line content that can be evaluated for line-breaking purposes.
LineNonText
          This interface should be used by classes wishing to present themselves to the line-breaking system as being a part of a line, but not containing text.
 

Classes in org.axsl.text.line used by org.axsl.text
EagerLineBreaker
          EagerLineBreaker implementations provide line-breaking logic to clients.
LineBreakControl
          This interface must be implemented by some class on the calling end.
LineBreakHandler
          Defines an interface that can be used by client applications to handle the results of the line-breaking process.
PatientLineBreaker
          PatientLineBreaker implementations provide line-breaking logic to clients.
 

Classes in org.axsl.text.line used by org.axsl.text.line
LineBreaker
          Super-interface for all line-breakers.
LineContent
          This is the super-interface for all line content that can be evaluated for line-breaking purposes.
LineNonText
          This interface should be used by classes wishing to present themselves to the line-breaking system as being a part of a line, but not containing text.
LineOutput
          Interface for objects that represent a line of actual output.
LineText
          This interface should be used by classes who wish to present themselves to the line-breaking system as containing text.
 


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.