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

Quick Search    Search Deep

Package org.apache.batik.apps.rasterizer

Interface Summary
Main.OptionHandler Interface for handling one command line option
SVGConverterController Interface for controlling some aspectes of the SVGConverter operation.
SVGConverterSource Interface used to handle both Files and URLs in the SVGConverter
 

Class Summary
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).
AbstractConfigTest.Config Configuration Description
ConfigErrorTest This test lously checks that errors are reported as expected.
ConverterOutputTest This test checks that a file is indeed created and that it is identical to an expected reference.
DefaultSVGConverterController Default controller for the SVGConverter operation.
DestConfigTest Provides a simple string array constructor which allows the user to create a test checking for a specific destination configuration.
DestinationType Describes the type of destination for an SVGConverter operation.
HintsConfigTest Provides a simple string array constructor which allows the user to create a test checking for a specific hint configuration.
Main Handles command line parameters to configure the SVGConverter and rasterizer images.
Main.AbstractOptionHandler This abstract implementation of the OptionHandler interface throws an exception if the number of arguments passed to the handleOption method does not match the number of expected optionValues.
Main.ColorOptionHandler Base class for options which expect a Color optionValue.
Main.FloatOptionHandler Base class for options which expect the single optionValue to be a float.
Main.NoValueOptionHandler Base class for options with no option value (i.e., the presence of the option means something in itself.
Main.RectangleOptionHandler Base class for options which expect a Rectangle optionValue.
Main.SingleValueOptionHandler Base class for options with a single option value.
MainConfigErrorTest  
MainConfigTest  
MainIllegalArgTest  
MainTest Validates the operation of the Main class.
Messages This class manages the message for the bridge module.
OperationTest Tests that a convertion task goes without exception.
SourcesConfigTest Provides a simple string array constructor which allows the user to create a test checking for a specific source configuration.
SVGConverter This application can be used to convert SVG images to raster images.
SVGConverter.SVGFileFilter Convenience class to filter svg files
SVGConverterFileSource Describes a file source for the SVGConverter
SVGConverterTest Validates the operation of the SVGRasterizer.
SVGConverterURLSource  
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.
 

Exception Summary
SVGConverterException Describes an error condition in SVGConverter