JFreeChart 1.0.14-redhat-2

org.jfree.chart.encoders
Interface ImageFormat


public interface ImageFormat

Interface used for referencing different image formats.


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

Field Detail

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

JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.