jimm.datavision.layout |
jimm.datavision.layout
Provides concrete layout engine implementations. Most of the classes
are subclasses of datavision.LayoutEngine.
|
Java Source File Name | Type | Comment |
CharSepLE.java | Class | CharSepLE is a layout engine that outputs text data files.
Output is one line per row of data. |
CSSHTMLLE.java | Class | A TABLE free DIV/CSS HTML layout engine. |
DocBookLE.java | Class | A DocBook col is used to represeent a column in a DocBook table. |
HTMLLE.java | Class | An HTML layout engine. |
LaTeXLE.java | Class | A LaTeX2e layout engine. |
LayoutEngine.java | Class | A layout engine is responsible for formatting and outputting report data.
LayoutEngine is an abstract class. |
LineDrawer.java | Interface | The line drawer interface is used by those wishing to draw all lines
in a border. |
SortedLayoutEngine.java | Class | A sorted layout engine outputs the fields within each section in order
of their y then x coordinates. |
XMLLE.java | Class | An XML layout engine. |