org.freehep.graphicsio
Class ImageConstants

java.lang.Object
  extended by org.freehep.graphicsio.ImageConstants

public class ImageConstants
extends java.lang.Object

Version:
$Id: ImageConstants.java 10269 2007-01-09 00:32:55Z duns $
Author:
Mark Donszelmann, Steffen Greiffenberg

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

ZLIB

public static final java.lang.String ZLIB
general purpose data compression / decompression

See Also:
Constant Field Values

RAW

public static final java.lang.String RAW
image format "raw"

See Also:
Constant Field Values

PNG

public static final java.lang.String PNG
image format "portable network graphics"

See Also:
Constant Field Values

JPG

public static final java.lang.String JPG
image format "joint photographic experts group"

See Also:
Constant Field Values

JPEG

public static final java.lang.String JPEG
image format "joint photographic experts group"

See Also:
Constant Field Values

GIF

public static final java.lang.String GIF
image format "graphics interchange format "

See Also:
Constant Field Values

PPM

public static final java.lang.String PPM
image format "portable pixmap"

See Also:
Constant Field Values

BMP

public static final java.lang.String BMP
image format "bitmap"

See Also:
Constant Field Values

WBMP

public static final java.lang.String WBMP
image format "windows bitmap"

See Also:
Constant Field Values

EMF

public static final java.lang.String EMF
image format "enhanced metafile"

See Also:
Constant Field Values

JAVA

public static final java.lang.String JAVA
image format "java"

See Also:
Constant Field Values

SVG

public static final java.lang.String SVG
image format "scalable vector graphic"

See Also:
Constant Field Values

SWF

public static final java.lang.String SWF
image format "shockwave flash"

See Also:
Constant Field Values

PDF

public static final java.lang.String PDF
image / document format "portable document format"

See Also:
Constant Field Values

PS

public static final java.lang.String PS
image / document format "postscript"

See Also:
Constant Field Values

WRITE_IMAGES_AS

public static final java.lang.String WRITE_IMAGES_AS
key for UserProperties that stores image format

See Also:
Constant Field Values

IMAGE_SIZE

public static final java.lang.String IMAGE_SIZE
key for UserProperties that stores a Dimension for image size

See Also:
Constant Field Values

SMALLEST

public static final java.lang.String SMALLEST
value for UserProperties with key IMAGE_SIZE (alternative for a certain dimension to choose cmallest image size)

See Also:
Constant Field Values

ENCODING_ASCII85

public static final java.lang.String ENCODING_ASCII85
used for ASCII 85 encoding using a ASCII85OutputStream

See Also:
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties), Constant Field Values

ENCODING_FLATE

public static final java.lang.String ENCODING_FLATE
zip encoding used for converting Images to byte[]

See Also:
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties), Constant Field Values

ENCODING_FLATE_ASCII85

public static final java.lang.String ENCODING_FLATE_ASCII85
used for compressed ASCII 85 encoding using a ASCII85OutputStream

See Also:
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties), Constant Field Values

ENCODING_DCT

public static final java.lang.String ENCODING_DCT
Discrete Cosine Transform for JPEG uses an ASCII85OutputStream

See Also:
ImageGraphics2D.toByteArray(java.awt.image.RenderedImage, String, String, java.util.Properties), Constant Field Values

COLOR_MODEL_RGB

public static final java.lang.String COLOR_MODEL_RGB
RGB ColorModel used by org.freehep.graphicsio.pdf.PDFStream and org.freehep.graphicsio.ps.PSGraphics2D

See Also:
Constant Field Values

COLOR_MODEL_A

public static final java.lang.String COLOR_MODEL_A
Alpha (?) ColorModel used by org.freehep.graphicsio.swf.DefineBitsJPEG3

See Also:
Constant Field Values

COLOR_MODEL_ARGB

public static final java.lang.String COLOR_MODEL_ARGB
ColorModel used by org.freehep.graphicsio.swf.DefineBitsLossless

See Also:
Constant Field Values


Copyright © 2000-2007 FreeHEP. All Rights Reserved.