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