Uses of Class
org.apache.batik.apps.rasterizer.DestinationType
Packages that use DestinationType
-
Uses of DestinationType in org.apache.batik.apps.rasterizer
Fields in org.apache.batik.apps.rasterizer declared as DestinationTypeModifier and TypeFieldDescriptionprotected static final DestinationTypeSVGConverter.DEFAULT_RESULT_TYPEDefault result typeprotected DestinationTypeSVGConverter.destinationTypeResult typestatic final DestinationTypeDestinationType.JPEGstatic final DestinationTypeDestinationType.PDFstatic final DestinationTypeDestinationType.PNGstatic final DestinationTypeDestinationType.TIFFMethods in org.apache.batik.apps.rasterizer that return DestinationTypeModifier and TypeMethodDescriptionSVGConverter.getDestinationType()DestinationType.getValues()Defines valid image types.Methods in org.apache.batik.apps.rasterizer with parameters of type DestinationTypeModifier and TypeMethodDescriptionvoidSVGConverter.setDestinationType(DestinationType destinationType) Sets thedestinationTypeattribute value.