jxl.demo
Class EscherDrawingGroup

java.lang.Object
  extended byjxl.demo.EscherDrawingGroup

public class EscherDrawingGroup
extends java.lang.Object

Displays the escher data


Constructor Summary
EscherDrawingGroup(Workbook w, java.io.OutputStream out, java.lang.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,
                          java.io.OutputStream out,
                          java.lang.String encoding)
                   throws java.io.IOException
Constructor

Parameters:
w - The workbook to interrogate
out - The output stream to which the CSV values are written
encoding - The encoding used by the output stream. Null or unrecognized values cause the encoding to default to UTF8
Throws:
java.io.IOException