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 |
public static String GIF
Graphics Interchange Format - lossless, but 256 colour restriction
public static String JPEG
Joint Photographic Experts Group format - lossy
public static String PNG
Portable Network Graphics - lossless
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.