Uses of Class
org.apache.batik.transcoder.TranscoderInput
-
Packages that use TranscoderInput Package Description org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.org.apache.batik.transcoder.print org.apache.batik.transcoder.svg2svg org.apache.batik.transcoder.wmf.tosvg Contains all of the interfaces for transcoding WMF Metafiles to SVG. -
-
Uses of TranscoderInput in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder with parameters of type TranscoderInput Modifier and Type Method Description void
SVGAbstractTranscoder. transcode(TranscoderInput input, TranscoderOutput output)
void
Transcoder. transcode(TranscoderInput input, TranscoderOutput output)
Transcodes the specified input in the specified output.void
XMLAbstractTranscoder. transcode(TranscoderInput input, TranscoderOutput output)
Transcodes the specified XML input in the specified output. -
Uses of TranscoderInput in org.apache.batik.transcoder.print
Methods in org.apache.batik.transcoder.print with parameters of type TranscoderInput Modifier and Type Method Description void
PrintTranscoder. transcode(TranscoderInput in, TranscoderOutput out)
-
Uses of TranscoderInput in org.apache.batik.transcoder.svg2svg
Methods in org.apache.batik.transcoder.svg2svg with parameters of type TranscoderInput Modifier and Type Method Description void
SVGTranscoder. transcode(TranscoderInput input, TranscoderOutput output)
Transcodes the specified input in the specified output. -
Uses of TranscoderInput in org.apache.batik.transcoder.wmf.tosvg
Methods in org.apache.batik.transcoder.wmf.tosvg with parameters of type TranscoderInput Modifier and Type Method Description void
WMFTranscoder. transcode(TranscoderInput input, TranscoderOutput output)
Transcodes the specified input in the specified output.
-