Uses of Class
org.apache.batik.apps.rasterizer.DestinationType

Packages that use DestinationType
org.apache.batik.apps.rasterizer   
 

Uses of DestinationType in org.apache.batik.apps.rasterizer
 

Fields in org.apache.batik.apps.rasterizer declared as DestinationType
static DestinationType DestinationType.PNG
           
static DestinationType DestinationType.JPEG
           
static DestinationType DestinationType.TIFF
           
static DestinationType DestinationType.PDF
           
protected static DestinationType SVGConverter.DEFAULT_RESULT_TYPE
          Default result type
protected  DestinationType SVGConverter.destinationType
          Result type
 

Methods in org.apache.batik.apps.rasterizer that return DestinationType
 DestinationType[] DestinationType.getValues()
          Defines valid image types.
 DestinationType SVGConverter.getDestinationType()
           
 

Methods in org.apache.batik.apps.rasterizer with parameters of type DestinationType
 void SVGConverter.setDestinationType(DestinationType destinationType)
          Sets the destinationType attribute value.
 



Copyright © 2004 Apache Software Foundation. All Rights Reserved.