Uses of Class
jimm.datavision.layout.LayoutEngine

Packages that use LayoutEngine
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.layout Provides concrete layout engine implementations. 
jimm.datavision.layout.excel   
jimm.datavision.layout.pdf The PDF layout engine implementation. 
jimm.datavision.layout.swing Provides the Swing layout engine implementation. 
 

Uses of LayoutEngine in jimm.datavision
 

Fields in jimm.datavision declared as LayoutEngine
protected  LayoutEngine Report.layoutEngine
           
 

Methods in jimm.datavision that return LayoutEngine
(package private)  LayoutEngine DataVision.createLayoutEngine(java.io.File f, Getopts g)
           
 

Methods in jimm.datavision with parameters of type LayoutEngine
 void Report.setLayoutEngine(LayoutEngine layoutEngine)
          Sets the layout engine to use.
 

Uses of LayoutEngine in jimm.datavision.layout
 

Subclasses of LayoutEngine in jimm.datavision.layout
 class CharSepLE
          CharSepLE is a layout engine that outputs text data files.
 class CSSHTMLLE
          A TABLE free DIV/CSS HTML layout engine.
 class DocBookLE
          A DocBook layout engine creates DocBook documents.
 class HTMLLE
          An HTML layout engine.
 class LaTeXLE
          A LaTeX2e layout engine.
 class SortedLayoutEngine
          A sorted layout engine outputs the fields within each section in order of their y then x coordinates.
 class XMLLE
          An XML layout engine.
 

Uses of LayoutEngine in jimm.datavision.layout.excel
 

Subclasses of LayoutEngine in jimm.datavision.layout.excel
 class ExcelLE
           
 

Uses of LayoutEngine in jimm.datavision.layout.pdf
 

Subclasses of LayoutEngine in jimm.datavision.layout.pdf
 class PDFLE
          A PDF layout engine.
 

Uses of LayoutEngine in jimm.datavision.layout.swing
 

Subclasses of LayoutEngine in jimm.datavision.layout.swing
 class SwingLE
          SwingLE is a layout engine that creates a Swing window.