Uses of Class
org.ujac.print.DocumentHandler

Packages that use DocumentHandler
org.ujac.print   
org.ujac.print.tag   
 

Uses of DocumentHandler in org.ujac.print
 

Fields in org.ujac.print declared as DocumentHandler
protected  DocumentHandler BaseDocumentTag.documentHandler
          The document handler.
 

Methods in org.ujac.print that return DocumentHandler
protected  DocumentHandler DocumentPrinter.createDocumentHandler(OutputStream outputStream)
          Creates a DocumentHandler instance for the given output stream.
 DocumentHandler BaseDocumentTag.getDocumentHandler()
          Gets the document handler.
protected  DocumentHandler DocumentPrinter.printDocument(DocumentHandler documentHandler, InputSource templateSource, List modules)
          Prints the document to the given output stream.
 DocumentHandler DocumentPrinter.printDocument(OutputStream outputStream)
          Prints the document to the given output stream.
 DocumentHandler DocumentPrinter.printDocument(OutputStream outputStream, boolean supportToc)
          Prints the document to the given output stream.
 

Methods in org.ujac.print with parameters of type DocumentHandler
 BaseDocumentTag AliasTagBuilder.createTag(DocumentHandler documentHandler)
           
 BaseDocumentTag TagBuilder.createTag(DocumentHandler documentHandler)
          Creates a new tag.
 BaseDocumentTag DefaultTagBuilder.createTag(DocumentHandler documentHandler)
           
 BaseDocumentTag DocumentTagFactory.createTagInstance(DocumentHandler documentHandler, String name)
          Gets a new tag instance for the given tag name.
 BaseDocumentTag DefaultDocumentTagFactory.createTagInstance(DocumentHandler documentHandler, String name)
          Gets a new tag instance for the given tag name.
protected  DocumentHandler DocumentPrinter.printDocument(DocumentHandler documentHandler, InputSource templateSource, List modules)
          Prints the document to the given output stream.
 void DefaultAttributeHandler.setDocumentHandler(DocumentHandler documentHandler)
          Sets the document handler.
protected  void BaseDocumentTag.setDocumentHandler(DocumentHandler documentHandler)
          Sets the document handler.
 void AttributeHandler.setDocumentHandler(DocumentHandler documentHandler)
          Sets the document handler.
 

Constructors in org.ujac.print with parameters of type DocumentHandler
DocumentFontMapper(DocumentHandler documentHandler)
          Constructs a DocumentFontMapper instance with specific attributes.
 

Uses of DocumentHandler in org.ujac.print.tag
 

Methods in org.ujac.print.tag with parameters of type DocumentHandler
 com.lowagie.text.Image RasterImageBuilder.buildImage(DocumentHandler documentHandler, byte[] imageData, String path, float width, float height, int page)
          Builds an image from the given data.
 com.lowagie.text.Image ImageBuilder.buildImage(DocumentHandler documentHandler, byte[] imageData, String path, float width, float height, int page)
          Builds an image from the given data.
 com.lowagie.text.Image PdfImageBuilder.buildImage(DocumentHandler documentHandler, byte[] imageData, String path, float width, float height, int page)
          Builds an image from the given data.
 com.lowagie.text.Image SvgImageBuilder.buildImage(DocumentHandler documentHandler, byte[] imageData, String path, float width, float height, int page)
          Builds an image from the given data.
 BaseDocumentTag CustomTagBuilder.createTag(DocumentHandler documentHandler)
           
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.