org.ujmp.itext
Class ExportPDF

java.lang.Object
  extended by org.ujmp.itext.ExportPDF

public abstract class ExportPDF
extends Object


Constructor Summary
ExportPDF()
           
 
Method Summary
static void save(File file, Component c)
           
static void save(File file, Component c, int width, int height)
           
static File selectFile()
           
static File selectFile(Component c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportPDF

public ExportPDF()
Method Detail

selectFile

public static final File selectFile()

selectFile

public static final File selectFile(Component c)

save

public static final void save(File file,
                              Component c)

save

public static final void save(File file,
                              Component c,
                              int width,
                              int height)


Copyright © 2010. All Rights Reserved.