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

Quick Search    Search Deep

org.apache.batik.apps.jsvg.* (1)org.apache.batik.apps.rasterizer.* (12)
org.apache.batik.apps.slideshow.* (1)org.apache.batik.apps.svgbrowser.* (23)
org.apache.batik.apps.svgpp.* (1)org.apache.batik.apps.tiledTranscoder.* (1)
org.apache.batik.apps.ttf2svg.* (1)

Package Samples:

org.apache.batik.apps.rasterizer
org.apache.batik.apps.ttf2svg
org.apache.batik.apps.svgpp
org.apache.batik.apps.svgbrowser
org.apache.batik.apps.slideshow
org.apache.batik.apps.jsvg
org.apache.batik.apps.tiledTranscoder

Classes:

SVGConverter: This application can be used to convert SVG images to raster images. Possible result raster image formats are PNG, JPEG, TIFF, and PDF. The Batik Transcoder API is used to execute the conversion. FOP is needed to be able to transcode to the PDF format The source has to be list of files or URL (set by the setSources method). The destination can be: unspecified . In that case, only file sources can be converted and a file in the same directory as the source will be created. a directory , set by the setDst method. In that case, the output files are created in that destination directory a file . In ...
XMLInputHandler: A SquiggleInputHandler that handles XSLT transformable XML documents. This implementation of the SquiggleInputHandler class handles XML files by looking for the first <?xml-stylesheet ... ?> processing instruction referencing an xsl document. In case there is one, the transform is applied to the input XML file and the handler checks that the result is an SVG document with an SVG root.
SourcesConfigTest: Provides a simple string array constructor which allows the user to create a test checking for a specific source configuration. The constructor argument takes the list of expected files and the deltaConfigure method should set the sources which is expected to produce that list of sources. The sources should be file names which ommit the ".svg" extension.
SquiggleInputHandler: This is the interface expected from classes which can handle specific types of input for the Squiggle SVG browser. The simplest implementation will simply handle SVG documents. Other, more sophisticated implementations will handle other types of documents and convert them into SVG before displaying them in an SVG canvas.
Main: Handles command line parameters to configure the SVGConverter and rasterizer images. Each command line option is handled by an OptionHandler which is responsible for converting the option into a configuration of the SVGConverter which is used to perform the conversion.
DestConfigTest: Provides a simple string array constructor which allows the user to create a test checking for a specific destination configuration. The constructor argument takes the list of sources and the list of expected configuration which is influenced by the 'setDestination' content.
ConfigErrorTest: This test lously checks that errors are reported as expected. It checks that the error code given at construction time is reported either my an exception thrown from the execute method or during the processing of single files in the SVGConverterController handler.
JSVG: Simplest "complete" SVG Viewer using Batik. This is about as simple as an SVG viewer application can get. It shuts it's self down when all windows are closed. It reports errors interactively, and it takes a list of URI's to open.
WindowsAltFileSystemView: Work around FileSystemView implementation bug on the Windows platform. See: Using JFileChooser in WebStart-deployed application
JAuthenticator: This class is resposible for providing authentication information when needed by network protocols. It does this by poping up a small window that asks for User ID and password for the system.
AbstractConfigTest: A ConfigTest builds an SVGConverter, configures it, sets itself as the SVGConverterController and checks that the computed task is as expected (i.e., right set of hints).
TranscoderConfigTest: Provides a simple string constructor which allows the user to create a given test to check that a specific transcoder class is used for a given mime type.
XMLPreferenceManager: An extension of org.apache.batik.util.PreferenceManager which store the preference in XML.
Main: This test runs the True Type Font to SVG Font converter, the tool that allows some characters from a font to be converted to the SVG Font format.
SVGConverterTest: Validates the operation of the SVGRasterizer . It validates the option setting and the manipulation of source and destination sources.
AboutDialog: A dialog showing the revision of the Batik viewer as well as the list of contributors. The dialog can be dismissed by click or by escaping.
HintsConfigTest: Provides a simple string array constructor which allows the user to create a test checking for a specific hint configuration.
SVGInputHandler: This implementation of the SquiggleInputHandler class simply displays an SVG file into the JSVGCanvas.

Home | Contact Us | Privacy Policy | Terms of Service