org.apache.xmlgraphics.image.loader
public class ImageFlavor extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ImageFlavor |
BUFFERED_IMAGE
An image in form of a BufferedImage instance
|
static ImageFlavor |
GRAPHICS2D
An image in form of a Graphics2DImage (can be painted on a Graphics2D interface)
|
static ImageFlavor |
RAW_CCITTFAX
An image in form of a raw CCITTFax stream
|
static ImageFlavor |
RAW_EMF
An image in form of a raw EMF (Windows Enhanced Metafile) file/stream
|
static ImageFlavor |
RAW_EPS
An image in form of a raw EPS (Encapsulated PostScript) file/stream
|
static ImageFlavor |
RAW_JPEG
An image in form of a raw JPEG/JFIF file/stream
|
static ImageFlavor |
RAW_PNG
An image in form of a raw PNG file/stream
|
static ImageFlavor |
RENDERED_IMAGE
An image in form of a RenderedImage instance
|
static ImageFlavor |
XML_DOM
An XML-based image in form of a W3C DOM instance
|
Constructor and Description |
---|
ImageFlavor(java.lang.String name)
Constructs a new ImageFlavor.
|
public static final ImageFlavor RENDERED_IMAGE
public static final ImageFlavor BUFFERED_IMAGE
public static final ImageFlavor XML_DOM
public static final ImageFlavor RAW_PNG
public static final ImageFlavor RAW_JPEG
public static final ImageFlavor RAW_EMF
public static final ImageFlavor RAW_EPS
public static final ImageFlavor RAW_CCITTFAX
public static final ImageFlavor GRAPHICS2D
public ImageFlavor(java.lang.String name)
name
- the name of the flavor (must be unique)public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.