org.pentaho.reporting.engine.classic.core.layout
Class FileModelPrinter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.FileModelPrinter

public class FileModelPrinter
extends Object

Creation-Date: Jan 9, 2007, 2:22:59 PM

Author:
Thomas Morgner

Method Summary
static void print(RenderBox box)
           
static void printBox(Writer writer, RenderBox box, int level)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

print

public static void print(RenderBox box)

printBox

public static void printBox(Writer writer,
                            RenderBox box,
                            int level)
                     throws Exception
Throws:
Exception