|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.util.export.PNGTools
Description of the Class
| Method Summary | |
static void |
exportAsPNG(java.awt.Component component,
java.io.File output)
Description of the Method |
static void |
exportAsPNG(java.awt.image.RenderedImage image,
java.io.File output)
Description of the Method |
static java.awt.image.BufferedImage |
paintAsPNG(java.awt.Component component)
Description of the Method |
static java.io.File |
selectPNGFile()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void exportAsPNG(java.awt.image.RenderedImage image,
java.io.File output)
image - Description of the Parameteroutput - Description of the Parameter
public static void exportAsPNG(java.awt.Component component,
java.io.File output)
component - Description of the Parameteroutput - Description of the Parameterpublic static java.awt.image.BufferedImage paintAsPNG(java.awt.Component component)
component - Description of the Parameter
public static java.io.File selectPNGFile()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||