public interface

ImageFormat

org.jfree.chart.encoders.ImageFormat

Class Overview

Interface used for referencing different image formats.

Summary

Constants
String GIF Graphics Interchange Format - lossless, but 256 colour restriction
String JPEG Joint Photographic Experts Group format - lossy
String PNG Portable Network Graphics - lossless

Constants

public static final String GIF

Graphics Interchange Format - lossless, but 256 colour restriction

Constant Value: "gif"

public static final String JPEG

Joint Photographic Experts Group format - lossy

Constant Value: "jpeg"

public static final String PNG

Portable Network Graphics - lossless

Constant Value: "png"