|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transcoder | |
org.apache.batik.apps.rasterizer | |
org.apache.batik.apps.svgpp | |
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.image | Provides transcoders for transcoding a SVG document fragment to an image. |
org.apache.batik.transcoder.print | |
org.apache.batik.transcoder.svg2svg | |
org.apache.batik.transcoder.wmf.tosvg |
Uses of Transcoder in org.apache.batik.apps.rasterizer |
Methods in org.apache.batik.apps.rasterizer that return Transcoder | |
protected Transcoder |
DestinationType.getTranscoder()
Returns a transcoder object of the result image type. |
Methods in org.apache.batik.apps.rasterizer with parameters of type Transcoder | |
boolean |
SVGConverterController.proceedWithComputedTask(Transcoder transcoder,
java.util.Map hints,
java.util.Vector sources,
java.util.Vector dest)
Invoked when the rasterizer has computed the exact description of what it should do. |
boolean |
DefaultSVGConverterController.proceedWithComputedTask(Transcoder transcoder,
java.util.Map hints,
java.util.Vector sources,
java.util.Vector dest)
Invoked when the rasterizer has computed the exact description of what it should do. |
boolean |
Main.proceedWithComputedTask(Transcoder transcoder,
java.util.Map hints,
java.util.Vector sources,
java.util.Vector dest)
|
protected void |
SVGConverter.transcode(SVGConverterSource inputFile,
java.io.File outputFile,
Transcoder transcoder)
Converts the input image to the result image. |
Uses of Transcoder in org.apache.batik.apps.svgpp |
Fields in org.apache.batik.apps.svgpp declared as Transcoder | |
protected Transcoder |
Main.transcoder
The transcoder. |
Uses of Transcoder in org.apache.batik.transcoder |
Classes in org.apache.batik.transcoder that implement Transcoder | |
class |
AbstractTranscoder
This class can be the base class of a transcoder which may support transcoding hints and/or error handler. |
class |
SVGAbstractTranscoder
This class may be the base class of all transcoders which take an SVG document as input and which need to build a DOM tree. |
class |
XMLAbstractTranscoder
This class may be the base class of all transcoders which take an XML document as input and which need to build a DOM tree. |
Uses of Transcoder in org.apache.batik.transcoder.image |
Classes in org.apache.batik.transcoder.image that implement Transcoder | |
class |
ImageTranscoder
This class enables to transcode an input to an image of any format. |
class |
JPEGTranscoder
This class is an ImageTranscoder that produces a JPEG image. |
class |
PNGTranscoder
This class is an ImageTranscoder that produces a PNG image. |
class |
TIFFTranscoder
This class is an ImageTranscoder that produces a TIFF image. |
Uses of Transcoder in org.apache.batik.transcoder.print |
Classes in org.apache.batik.transcoder.print that implement Transcoder | |
class |
PrintTranscoder
This class is a Transcoder that prints SVG images. |
Methods in org.apache.batik.transcoder.print with parameters of type Transcoder | |
static void |
PrintTranscoder.setTranscoderFloatHint(Transcoder transcoder,
java.lang.String property,
TranscodingHints.Key key)
|
static void |
PrintTranscoder.setTranscoderRectangleHint(Transcoder transcoder,
java.lang.String property,
TranscodingHints.Key key)
|
static void |
PrintTranscoder.setTranscoderBooleanHint(Transcoder transcoder,
java.lang.String property,
TranscodingHints.Key key)
|
static void |
PrintTranscoder.setTranscoderStringHint(Transcoder transcoder,
java.lang.String property,
TranscodingHints.Key key)
|
Uses of Transcoder in org.apache.batik.transcoder.svg2svg |
Classes in org.apache.batik.transcoder.svg2svg that implement Transcoder | |
class |
SVGTranscoder
This class is a trancoder from SVG to SVG. |
Uses of Transcoder in org.apache.batik.transcoder.wmf.tosvg |
Classes in org.apache.batik.transcoder.wmf.tosvg that implement Transcoder | |
class |
WMFTranscoder
This class implements the Transcoder interface and can convert a WMF input document into an SVG document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |