|
||||||||||
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)
|
static File |
ImageUtil.createThumbnail(File imageFile,
ImageFormat format,
int maxWidth,
int maxHeight,
String background)
Creates a thumbnail of the given file image in a temporary location in the given format, return the corresponding File. |
static File |
ImageUtil.crop(File imageFile,
ImageFormat format,
int x1,
int y1,
int x2,
int y2,
String background)
|
static File |
ImageUtil.rotate(File imageFile,
ImageFormat format,
int angle,
String background)
|
Uses of ImageFormat in com.jalios.jcms.policy |
---|
Methods in com.jalios.jcms.policy with parameters of type ImageFormat | |
---|---|
boolean |
BasicThumbnailPolicyFilter.createThumbnail(FileDocument doc,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
boolean done)
|
boolean |
PolicyManager.createThumbnail(FileDocument doc,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background)
|
boolean |
BasicThumbnailPolicyFilter.createThumbnail(FileDocument doc,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
|
boolean |
DefaultThumbnailPolicyFilter.createThumbnail(FileDocument doc,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
|
boolean |
ThumbnailPolicyFilter.createThumbnail(FileDocument doc,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
This method is a hook called by Thumbnail tag to generate a thumbnail of the given FileDocument. |
boolean |
BasicThumbnailPolicyFilter.createThumbnail(File src,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
boolean done)
|
boolean |
PolicyManager.createThumbnail(File src,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background)
|
boolean |
BasicThumbnailPolicyFilter.createThumbnail(File src,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
|
boolean |
DefaultThumbnailPolicyFilter.createThumbnail(File src,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
|
boolean |
ThumbnailPolicyFilter.createThumbnail(File src,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
This method is a hook called by Thumbnail tag to generate a thumbnail of the given source file. |
boolean |
BasicThumbnailPolicyFilter.createThumbnail(URL url,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
boolean done)
|
boolean |
PolicyManager.createThumbnail(URL url,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background)
|
boolean |
BasicThumbnailPolicyFilter.createThumbnail(URL url,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
|
boolean |
DefaultThumbnailPolicyFilter.createThumbnail(URL url,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
|
boolean |
ThumbnailPolicyFilter.createThumbnail(URL url,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background,
boolean done)
This method is a hook called by Thumbnail tag to generate a thumbnail of the given URL. |
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)
|
static boolean |
ThumbnailTag.createImageThumbnail(File imageFile,
File dest,
ImageFormat format,
int maxWidth,
int maxHeight,
String background)
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,
String background)
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,
String background)
This method creates a thumbnail of the given OpenXml file. |
static File |
ThumbnailTag.createThumbnail(FileDocument fileDoc,
File srcFile,
URL url,
ImageFormat format,
int maxWidth,
int maxHeight)
|
static File |
ThumbnailTag.createThumbnail(FileDocument fileDoc,
File srcFile,
URL url,
ImageFormat format,
int maxWidth,
int maxHeight,
String background)
Create a thumbnail using the first valid source from FileDocument, File or URL using given dimensions. |
static boolean |
ThumbnailTag.createThumbnailNow(FileDocument fileDoc,
File srcFile,
URL url,
ImageFormat format,
int maxWidth,
int maxHeight,
File destFile)
|
static boolean |
ThumbnailTag.createThumbnailNow(FileDocument fileDoc,
File srcFile,
URL url,
ImageFormat format,
int maxWidth,
int maxHeight,
File destFile,
String background)
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 |