net.sourceforge.jeuclid.converter
Interface ConverterPlugin
- All Known Implementing Classes:
- BatikConverter, FreeHepConverter, ImageIOConverter
public interface ConverterPlugin
Describes an Image converter.
- Version:
- $Revision: 434 $
- Author:
- Max Berger
convert
Dimension convert(MathBase base,
OutputStream outStream)
throws IOException
- Write the given MathBase object with its rendering parameters into the
given output stream.
- Parameters:
base - MathBase containing the MathML tree and the rendering
parameters.outStream - Target output stream.
- Returns:
- Rendering's dimension based on the spefic plugin's Graphics2D
implementation.
- Throws:
IOException - if an I/O error occurred during write.
Copyright © 2002-2008 The JEuclid project. All Rights Reserved.