|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectChartDirector.MultiPagePDF
public class MultiPagePDF
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 |
---|
public MultiPagePDF()
Method Detail |
---|
public void addPage(BaseChart c)
public void addPage(DrawArea d)
public void outPDF(java.io.OutputStream f) throws java.io.IOException
java.io.IOException
public boolean outPDF(java.lang.String pathname)
public byte[] outPDF()
public byte[] outPDF2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |