ChartDirector
Class MultiPagePDF

java.lang.Object
  extended by ChartDirector.MultiPagePDF

public class MultiPagePDF
extends java.lang.Object


Constructor Summary
MultiPagePDF()
           
 
Method Summary
 void addPage(BaseChart c)
           
 void addPage(DrawArea d)
           
 byte[] outPDF()
           
 void outPDF(java.io.OutputStream f)
           
 boolean outPDF(java.lang.String pathname)
           
 byte[] outPDF2()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPagePDF

public MultiPagePDF()
Method Detail

addPage

public void addPage(BaseChart c)

addPage

public void addPage(DrawArea d)

outPDF

public void outPDF(java.io.OutputStream f)
            throws java.io.IOException
Throws:
java.io.IOException

outPDF

public boolean outPDF(java.lang.String pathname)

outPDF

public byte[] outPDF()

outPDF2

public byte[] outPDF2()