public final class DestinationType extends Object
SVGConverter
operation.Modifier and Type | Field and Description |
---|---|
static DestinationType |
JPEG |
static int |
JPEG_CODE |
static String |
JPEG_EXTENSION |
static String |
JPEG_STR |
static DestinationType |
PDF |
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 |
Modifier and Type | Method and Description |
---|---|
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() |
public static final String PNG_STR
public static final String JPEG_STR
public static final String TIFF_STR
public static final String PDF_STR
public static final int PNG_CODE
public static final int JPEG_CODE
public static final int TIFF_CODE
public static final int PDF_CODE
public static final String PNG_EXTENSION
public static final String JPEG_EXTENSION
public static final String TIFF_EXTENSION
public static final String PDF_EXTENSION
public static final DestinationType PNG
public static final DestinationType JPEG
public static final DestinationType TIFF
public static final DestinationType PDF
public String getExtension()
public int toInt()
protected Transcoder getTranscoder()
null
if there isn't a proper transcoder.public DestinationType[] getValues()
public Object readResolve()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.