Package org.ujmp.itext
Class ExportPDF
- java.lang.Object
-
- org.ujmp.itext.ExportPDF
-
public abstract class ExportPDF extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description ExportPDF()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
save(java.io.File file, java.awt.Component c)
static void
save(java.io.File file, java.awt.Component c, int width, int height)
static java.io.File
selectFile()
static java.io.File
selectFile(java.awt.Component c)
-
-
-
Method Detail
-
selectFile
public static final java.io.File selectFile()
-
selectFile
public static final java.io.File selectFile(java.awt.Component c)
-
save
public static final void save(java.io.File file, java.awt.Component c)
-
save
public static final void save(java.io.File file, java.awt.Component c, int width, int height)
-
-