org.jfree.chart.encoders

Interface ImageFormat

public interface ImageFormat

Interface used for referencing different image formats.
Field Summary
static StringGIF
Graphics Interchange Format - lossless, but 256 colour restriction
static StringJPEG
Joint Photographic Experts Group format - lossy
static StringPNG
Portable Network Graphics - lossless

Field Detail

GIF

public static String GIF
Graphics Interchange Format - lossless, but 256 colour restriction

JPEG

public static String JPEG
Joint Photographic Experts Group format - lossy

PNG

public static String PNG
Portable Network Graphics - lossless