org.apache.batik.apps.rasterizer
public final class DestinationType extends Object
Field Summary | |
---|---|
static DestinationType | JPEG |
static int | JPEG_CODE |
static String | JPEG_EXTENSION |
static String | JPEG_STR |
static DestinationType | |
static int | PDF_CODE |
static String | PDF_EXTENSION |
static String | PDF_STR |
static DestinationType | PNG |
static int | PNG_CODE |
static String | PNG_EXTENSION |
static String | PNG_STR |
static DestinationType | TIFF |
static int | TIFF_CODE |
static String | TIFF_EXTENSION |
static String | TIFF_STR |
Method Summary | |
---|---|
String | getExtension() |
protected Transcoder | getTranscoder()
Returns a transcoder object of the result image type.
|
DestinationType[] | getValues()
Defines valid image types.
|
Object | readResolve() |
int | toInt() |
String | toString() |
Returns: Transcoder object or null if there isn't a proper transcoder.
Returns: Array of valid values as strings.