|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.Format
com.teamdev.jxcapture.image.ImageFormat
public class ImageFormat
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 |
|---|
public static final ImageFormat PNG
public static final ImageFormat JPEG
public static final ImageFormat GIF
public static final ImageFormat BMP
| Constructor Detail |
|---|
public ImageFormat(java.lang.Object id,
java.lang.String name,
java.lang.String description)
id - format idname - name of the formatdescription - brief format description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||