|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.graphicsio.ImageConstants
public class ImageConstants
Field Summary | |
---|---|
static String |
BMP
image format "bitmap" |
static String |
COLOR_MODEL_A
Alpha (?) ColorModel used by org.freehep.graphicsio.swf.DefineBitsJPEG3 |
static String |
COLOR_MODEL_ARGB
ColorModel used by org.freehep.graphicsio.swf.DefineBitsLossless |
static String |
COLOR_MODEL_RGB
RGB ColorModel used by org.freehep.graphicsio.pdf.PDFStream and org.freehep.graphicsio.ps.PSGraphics2D |
static String |
EMF
image format "enhanced metafile" |
static String |
ENCODING_ASCII85
used for ASCII 85 encoding using a ASCII85OutputStream |
static String |
ENCODING_DCT
Discrete Cosine Transform for JPEG uses an ASCII85OutputStream |
static String |
ENCODING_FLATE
zip encoding used for converting Images to byte[] |
static String |
ENCODING_FLATE_ASCII85
used for compressed ASCII 85 encoding using a ASCII85OutputStream |
static String |
GIF
image format "graphics interchange format " |
static String |
IMAGE_SIZE
key for UserProperties that
stores a Dimension for image size |
static String |
JAVA
image format "java" |
static String |
JPEG
image format "joint photographic experts group" |
static String |
JPG
image format "joint photographic experts group" |
static String |
PDF
image / document format "portable document format" |
static String |
PNG
image format "portable network graphics" |
static String |
PPM
image format "portable pixmap" |
static String |
PS
image / document format "postscript" |
static String |
RAW
image format "raw" |
static String |
SMALLEST
value for UserProperties with key
IMAGE_SIZE (alternative for a certain dimension to choose
cmallest image size) |
static String |
SVG
image format "scalable vector graphic" |
static String |
SWF
image format "shockwave flash" |
static String |
WBMP
image format "windows bitmap" |
static String |
WRITE_IMAGES_AS
key for UserProperties that stores image format |
static String |
ZLIB
general purpose data compression / decompression |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ZLIB
public static final String RAW
public static final String PNG
public static final String JPG
public static final String JPEG
public static final String GIF
public static final String PPM
public static final String BMP
public static final String WBMP
public static final String EMF
public static final String JAVA
public static final String SVG
public static final String SWF
public static final String PDF
public static final String PS
public static final String WRITE_IMAGES_AS
UserProperties
that stores image format
public static final String IMAGE_SIZE
UserProperties
that
stores a Dimension
for image size
public static final String SMALLEST
UserProperties
with key
IMAGE_SIZE (alternative for a certain dimension to choose
cmallest image size)
public static final String ENCODING_ASCII85
ASCII85OutputStream
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties)
,
Constant Field Valuespublic static final String ENCODING_FLATE
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties)
,
Constant Field Valuespublic static final String ENCODING_FLATE_ASCII85
ASCII85OutputStream
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties)
,
Constant Field Valuespublic static final String ENCODING_DCT
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties)
,
Constant Field Valuespublic static final String COLOR_MODEL_RGB
public static final String COLOR_MODEL_A
public static final String COLOR_MODEL_ARGB
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |