jxl.biff.drawing
Class EscherDisplay

java.lang.Object
  extended byjxl.biff.drawing.EscherDisplay

public class EscherDisplay
extends java.lang.Object

Class used to display a complete hierarchically organized Escher stream The whole thing is dumped to System.out This class is only used as a debugging tool


Constructor Summary
EscherDisplay(jxl.biff.drawing.EscherStream s, java.io.BufferedWriter bw)
           
 
Method Summary
 void display()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscherDisplay

public EscherDisplay(jxl.biff.drawing.EscherStream s,
                     java.io.BufferedWriter bw)
Method Detail

display

public void display()
             throws java.io.IOException
Throws:
java.io.IOException