de.bsd.x2svg.outputConverter
Class SVGTranscoderFactory

java.lang.Object
  extended by de.bsd.x2svg.outputConverter.SVGTranscoderFactory

public class SVGTranscoderFactory
extends java.lang.Object

Factory that returns transcoders that can be used to convert from SVG into the respective target format

Author:
hwr@pilhuhn.de

Constructor Summary
private SVGTranscoderFactory()
          This class should not be instantiated
 
Method Summary
(package private) static org.apache.batik.transcoder.SVGAbstractTranscoder getTranscoderForOutputType(OutputType type)
          Obtain a transcoder for the passed output type.
protected static org.apache.batik.transcoder.SVGAbstractTranscoder getTranscoderForOutputType(java.lang.String type)
          Obtain a transcoder for the passed output type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGTranscoderFactory

private SVGTranscoderFactory()
This class should not be instantiated

Method Detail

getTranscoderForOutputType

static org.apache.batik.transcoder.SVGAbstractTranscoder getTranscoderForOutputType(OutputType type)
Obtain a transcoder for the passed output type. Only types encoded in OutputType are supported.

Parameters:
type - Type of output to generate
Returns:
a transcoder for the given type

getTranscoderForOutputType

protected static org.apache.batik.transcoder.SVGAbstractTranscoder getTranscoderForOutputType(java.lang.String type)
Obtain a transcoder for the passed output type

Parameters:
type - Type of output to generate
Returns:
a transcoder for the given type


x2svg version 1.2.1