| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageFormat | |
|---|---|
| com.jalios.io | Contains Jalios utility I/O classes (stream pumpers, MultiInputStream and miscellaneous utility static methods). | 
| com.jalios.jcms.policy | |
| com.jalios.jcms.taglib | Provides many of the classes used for JCMS jsp tags. | 
| Uses of ImageFormat in com.jalios.io | 
|---|
| Fields in com.jalios.io declared as ImageFormat | |
|---|---|
| static ImageFormat[] | ImageFormat.AVAILABLE_FORMATS | 
| static ImageFormat | ImageFormat.GIF | 
| static ImageFormat | ImageFormat.JPEG | 
| Methods in com.jalios.io that return ImageFormat | |
|---|---|
| static ImageFormat | ImageFormat.getImageFormat(String format)Returns an ImageFormat instance from a string. | 
| Methods in com.jalios.io with parameters of type ImageFormat | |
|---|---|
| static File | ImageUtil.createThumbnail(File imageFile,
                ImageFormat format,
                int maxWidth,
                int maxHeight)Creates a thumbnail of the given file image in a temporary location in the given format, return the corresponding File. | 
| Uses of ImageFormat in com.jalios.jcms.policy | 
|---|
| Methods in com.jalios.jcms.policy with parameters of type ImageFormat | |
|---|---|
|  boolean | PolicyManager.createThumbnail(FileDocument doc,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight) | 
|  boolean | ThumbnailPolicyFilter.createThumbnail(FileDocument doc,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done)This method is a hook called by Thumbnail tag to generate a thumbnail of the given FileDocument. | 
|  boolean | DefaultThumbnailPolicyFilter.createThumbnail(FileDocument doc,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done) | 
|  boolean | BasicThumbnailPolicyFilter.createThumbnail(FileDocument doc,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done) | 
|  boolean | PolicyManager.createThumbnail(File src,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight) | 
|  boolean | ThumbnailPolicyFilter.createThumbnail(File src,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done)This method is a hook called by Thumbnail tag to generate a thumbnail of the given source file. | 
|  boolean | DefaultThumbnailPolicyFilter.createThumbnail(File src,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done) | 
|  boolean | BasicThumbnailPolicyFilter.createThumbnail(File src,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done) | 
|  boolean | PolicyManager.createThumbnail(URL url,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight) | 
|  boolean | ThumbnailPolicyFilter.createThumbnail(URL url,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done)This method is a hook called by Thumbnail tag to generate a thumbnail of the given URL. | 
|  boolean | DefaultThumbnailPolicyFilter.createThumbnail(URL url,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done) | 
|  boolean | BasicThumbnailPolicyFilter.createThumbnail(URL url,
                File dest,
                ImageFormat format,
                int maxWidth,
                int maxHeight,
                boolean done) | 
| Uses of ImageFormat in com.jalios.jcms.taglib | 
|---|
| Methods in com.jalios.jcms.taglib with parameters of type ImageFormat | |
|---|---|
| static boolean | ThumbnailTag.createImageThumbnail(File imageFile,
                     File dest,
                     ImageFormat format,
                     int maxWidth,
                     int maxHeight)This method creates a thumbnail of the given image source file. | 
| static boolean | ThumbnailTag.createOpenOfficeThumbnail(File docFile,
                          File dest,
                          ImageFormat format,
                          int maxWidth,
                          int maxHeight)This method creates a thumbnail of the given Open Office file. | 
| static boolean | ThumbnailTag.createOpenXmlThumbnail(File docFile,
                       File dest,
                       ImageFormat format,
                       int maxWidth,
                       int maxHeight)This method creates a thumbnail of the given OpenXml file. | 
| static boolean | ThumbnailTag.createThumbnailNow(FileDocument fileDoc,
                   File srcFile,
                   URL url,
                   ImageFormat format,
                   int maxWidth,
                   int maxHeight,
                   File destFile)This method create a thumbnail of one of the three source given using the options passed as parameters ("now" as opposed to generation when going through ajax}. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||