Modifier and Type | Method and Description |
---|---|
static ImageFormat |
ImageFormat.getBmp()
Gets the bitmap (BMP) image format.
|
static ImageFormat |
ImageFormat.getEmf()
Gets the enhanced metafile (EMF) image format.
|
static ImageFormat |
ImageFormat.getExif()
Gets the Exchangeable Image File (Exif) format.
|
ImageFormat |
BaseImageRenderParam.getFormat()
Deprecated.
Returns image saving format.
|
static ImageFormat |
ImageFormat.getGif()
Gets the Graphics Interchange Format (GIF) image format.
|
static ImageFormat |
ImageFormat.getIcon()
Gets the Windows icon image format.
|
static ImageFormat |
ImageFormat.getJpeg()
Gets the Joint Photographic Experts Group (JPEG) image format.
|
static ImageFormat |
ImageFormat.getMemoryBmp()
Gets the format of a bitmap in memory.
|
static ImageFormat |
ImageFormat.getPng()
Gets the W3C Portable Network Graphics (PNG) image format.
|
static ImageFormat |
ImageFormat.getTiff()
Gets the Tagged Image File Format (TIFF) image format.
|
static ImageFormat |
ImageFormat.getWmf()
Gets the Windows metafile (WMF) image format.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseImageRenderParam.setFormat(ImageFormat value)
Deprecated.
Sets image saving format.
|
Constructor and Description |
---|
BaseImageRenderParam(BufferedImage image,
Point location,
Dimension size,
int zoom,
int page,
boolean legendOnEachPage,
Date startDate,
Date endDate,
int scale,
ImageFormat format)
Deprecated.
BaseImageRenderParam public constructor.
|