| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.javatools.ui.ImageUtils
oracle.javatools.ui.ImageUtils
public class ImageUtils
| Constructor Summary | |
|---|---|
| ImageUtils() | |
| Method Summary | |
|---|---|
| static void | dumpComponent(javax.swing.JComponent c, java.lang.String pathAndFilename, boolean appendTimestamp)Dump the current component to an image file | 
| static void | dumpImage(java.awt.image.RenderedImage image, java.lang.String pathAndFilename, boolean appendTimestamp)Write out an image file for the give image. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ImageUtils()
| Method Detail | 
|---|
public static void dumpImage(java.awt.image.RenderedImage image,
                             java.lang.String pathAndFilename,
                             boolean appendTimestamp)
image -pathAndFilename - the full path including filename but not extension. The path must already exist.appendTimestamp - if true the current time in milliseconds of this operation is appended to the filename
public static void dumpComponent(javax.swing.JComponent c,
                                 java.lang.String pathAndFilename,
                                 boolean appendTimestamp)
c -pathAndFilename - the full path including filename but not extension. The path must already exist.appendTimestamp - if true the current time in milliseconds of this operation is appended to the filename| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||