xl.demo
Class EscherDrawingGroup

System.Object
  extended byjxl.util.EscherDrawingGroup

public class EscherDrawingGroup
extends System.Object

Displays the escher data


Constructor Summary
EscherDrawingGroup(Workbook w, System.IO.Stream out, System.String encoding)
          Constructor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscherDrawingGroup

public EscherDrawingGroup(Workbook w,
                          System.IO.Stream out,
                          System.String encoding)
                   throws System.Exception
Constructor

Parameters:
w - The workbook to interrogate
out - The output stream to which the escher values are written
encoding - The encoding used by the output stream. Null or unrecognized values cause the encoding to default to Unicode
Throws:
System.Exception