| org.jfree.chart.encoders.ImageFormat
ImageFormat | public interface ImageFormat (Code) | | Interface used for referencing different image formats.
|
GIF | public static String GIF(Code) | | Graphics Interchange Format - lossless, but 256 colour restriction
|
JPEG | public static String JPEG(Code) | | Joint Photographic Experts Group format - lossy
|
PNG | public static String PNG(Code) | | Portable Network Graphics - lossless
|
|
|