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 DestinationTypeSVGConverter. DEFAULT_RESULT_TYPEDefault result typeprotected DestinationTypeSVGConverter. destinationTypeResult typestatic DestinationTypeDestinationType. JPEGstatic DestinationTypeDestinationType. PDFstatic DestinationTypeDestinationType. PNGstatic DestinationTypeDestinationType. TIFFMethods in org.apache.batik.apps.rasterizer that return DestinationType Modifier and Type Method Description DestinationTypeSVGConverter. 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 voidSVGConverter. setDestinationType(DestinationType destinationType)Sets thedestinationTypeattribute value.
-