JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jfree.chart.encoders
ImageFormat
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Field Summary
Field Details
PNG
JPEG
GIF
Interface ImageFormat
public interface
ImageFormat
Interface used for referencing different image formats.
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
GIF
Graphics Interchange Format - lossless, but 256 colour restriction
static final
String
JPEG
Joint Photographic Experts Group format - lossy
static final
String
PNG
Portable Network Graphics - lossless
Field Details
PNG
static final
String
PNG
Portable Network Graphics - lossless
See Also:
Constant Field Values
JPEG
static final
String
JPEG
Joint Photographic Experts Group format - lossy
See Also:
Constant Field Values
GIF
static final
String
GIF
Graphics Interchange Format - lossless, but 256 colour restriction
See Also:
Constant Field Values