Package org.apache.batik.apps.rasterizer
Class DestinationType
java.lang.Object
org.apache.batik.apps.rasterizer.DestinationType
Describes the type of destination for an
SVGConverter
operation.- Version:
- $Id: DestinationType.java 1810083 2017-09-29 10:39:45Z ssteiner $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private String
static final DestinationType
static final int
static final String
static final String
static final DestinationType
static final int
static final String
static final String
static final DestinationType
static final int
static final String
static final String
static final DestinationType
static final int
static final String
static final String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Transcoder
Returns a transcoder object of the result image type.Defines valid image types.int
toInt()
toString()
-
Field Details
-
PNG_STR
- See Also:
-
JPEG_STR
- See Also:
-
TIFF_STR
- See Also:
-
PDF_STR
- See Also:
-
PNG_CODE
public static final int PNG_CODE- See Also:
-
JPEG_CODE
public static final int JPEG_CODE- See Also:
-
TIFF_CODE
public static final int TIFF_CODE- See Also:
-
PDF_CODE
public static final int PDF_CODE- See Also:
-
PNG_EXTENSION
- See Also:
-
JPEG_EXTENSION
- See Also:
-
TIFF_EXTENSION
- See Also:
-
PDF_EXTENSION
- See Also:
-
PNG
-
JPEG
-
TIFF
-
PDF
-
type
-
code
private int code -
extension
-
-
Constructor Details
-
DestinationType
-
-
Method Details
-
getExtension
-
toString
-
toInt
public int toInt() -
getTranscoder
Returns a transcoder object of the result image type.- Returns:
- Transcoder object or
null
if there isn't a proper transcoder.
-
getValues
Defines valid image types.- Returns:
- Array of valid values as strings.
-
readResolve
-