Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.batik.transcoder.image

Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.

See:
          Description

Class Summary
AbstractImageTranscoderTest The base class for the ImageTranscoder tests.
AlternateStylesheetTest Test the ImageTranscoder with the KEY_ALTERNATE_STYLESHEET transcoding hint.
AOITest Test the ImageTranscoder with the KEY_AOI transcoding hint.
BackgroundColorTest Test the ImageTranscoder with the KEY_BACKGROUND_COLOR transcoding hint.
DefaultFontFamilyTest Test the ImageTranscoder with the KEY_DEFAULT_FONT_FAMILY transcoding hint.
DimensionTest Test the ImageTranscoder with the KEY_WIDTH and/or the KEY_HEIGHT transcoding hint.
DOMTest Test the ImageTranscoder input with a DOM tree.
GenericDocumentTest Test the ImageTranscoder input with a GenericDocument.
ImageTranscoder This class enables to transcode an input to an image of any format.
InputStreamTest Test the ImageTranscoder input with a InputStream.
JPEGTranscoder This class is an ImageTranscoder that produces a JPEG image.
JPEGTranscoder.OutputStreamWrapper This class will never throw an IOException, instead it eats them and then ignores any future calls to it's interface.
JPEGTranscoder.QualityKey A transcoding Key represented the JPEG image quality.
LanguageTest Test the ImageTranscoder with the KEY_LANGUAGE transcoding hint.
MaxDimensionTest Test the ImageTranscoder with the KEY_MAX_WIDTH and/or the KEY_MAX_HEIGHT transcoding hint.
MediaTest Test the ImageTranscoder with the KEY_MEDIA transcoding hint.
Messages This class manages the message for the test.svg module.
ParametrizedDOMTest Test the ImageTranscoder input with a DOM tree.
PixelToMMTest Test the ImageTranscoder with the KEY_PIXEL_UNIT_TO_MILLIMETER transcoding hint.
PNGTranscoder This class is an ImageTranscoder that produces a PNG image.
ReaderTest Test the ImageTranscoder input with a Reader.
TIFFTranscoder This class is an ImageTranscoder that produces a TIFF image.
URITest Test the ImageTranscoder input with a URI.
 

Package org.apache.batik.transcoder.image Description

Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.