SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.text.TextServer

Packages that use TextServer
org.axsl.area Interfaces useful in the creation of an AreaTree that is backed by an FOTree. 
org.axsl.fo Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. 
 

Uses of TextServer in org.axsl.area
 

Methods in org.axsl.area that return TextServer
 TextServer AreaTree.getTextServer()
          Returns the TextServer instance used by this AreaTree.
 

Uses of TextServer in org.axsl.fo
 

Methods in org.axsl.fo that return TextServer
 TextServer FoTree.getTextServer()
          Return the TextServer for this tree.
 

Methods in org.axsl.fo with parameters of type TextServer
 void FoTree.setTextServer(TextServer textServer)
          Allows the client application to set the TextServer which should be used during FO tree parsing or building.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.