Uses of Class
org.apache.batik.apps.rasterizer.DestinationType
-
Packages that use DestinationType Package Description org.apache.batik.apps.rasterizer -
-
Uses of DestinationType in org.apache.batik.apps.rasterizer
Fields in org.apache.batik.apps.rasterizer declared as DestinationType Modifier and Type Field Description protected static DestinationType
SVGConverter. DEFAULT_RESULT_TYPE
Default result typeprotected DestinationType
SVGConverter. destinationType
Result typestatic DestinationType
DestinationType. JPEG
static DestinationType
DestinationType. PDF
static DestinationType
DestinationType. PNG
static DestinationType
DestinationType. TIFF
Methods in org.apache.batik.apps.rasterizer that return DestinationType Modifier and Type Method Description DestinationType
SVGConverter. getDestinationType()
DestinationType[]
DestinationType. getValues()
Defines valid image types.Methods in org.apache.batik.apps.rasterizer with parameters of type DestinationType Modifier and Type Method Description void
SVGConverter. setDestinationType(DestinationType destinationType)
Sets thedestinationType
attribute value.
-