com.teamdev.jxcapture.image
Class ImageFormat

java.lang.Object
  extended by com.teamdev.jxcapture.Format
      extended by com.teamdev.jxcapture.image.ImageFormat

public class ImageFormat
extends Format

Provides information about image formats.


Field Summary
static ImageFormat BMP
          BMP format description.
static ImageFormat GIF
          GIF format description.
static ImageFormat JPEG
          JPEG format description.
static ImageFormat PNG
          PNG format description.
 
Constructor Summary
ImageFormat(java.lang.Object id, java.lang.String name, java.lang.String description)
          Creates a new instance of image format.
 
Method Summary
 
Methods inherited from class com.teamdev.jxcapture.Format
equals, getDescription, getId, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PNG

public static final ImageFormat PNG
PNG format description.


JPEG

public static final ImageFormat JPEG
JPEG format description.


GIF

public static final ImageFormat GIF
GIF format description.


BMP

public static final ImageFormat BMP
BMP format description.

Constructor Detail

ImageFormat

public ImageFormat(java.lang.Object id,
                   java.lang.String name,
                   java.lang.String description)
Creates a new instance of image format.

Parameters:
id - format id
name - name of the format
description - brief format description